Exemple #1
0
 public BookmarkItem(string label, string path, EditEsfComponent c)
     : base(label)
 {
     openPath    = path;
     component   = c;
     base.Click += OpenPath;
 }
 public TreeEventHandler(DataGridView view, EditEsfComponent c)
 {
     nodeValueGridView = view;
     component         = c;
 }