12345678910111213141516171819202122232425262728 |
- using System;
- using System.Collections.Generic;
- using System.Text;
- using System.Windows.Forms;
- using System.IO;
- using System.Drawing;
- using System.Drawing.Drawing2D;
- using System.ComponentModel;
- namespace LYFZ.ComponentLibrary
- {
- public class ContextMenuStripEx:System.Windows.Forms.ContextMenuStrip
- {
- public ContextMenuStripEx(System.ComponentModel.IContainer components)
- : base(components)
- {
- }
- public ContextMenuStripEx()
- {
- }
-
-
- }
- }
|