Ejemplo n.º 1
0
 public AllServersNodeMenu(RDMPContextMenuStripArgs args, AllServersNode o) : base(args, o)
 {
     Add(new ExecuteCommandCreateNewCatalogueByImportingExistingDataTable(_activator, false));
     Add(new ExecuteCommandBulkImportTableInfos(_activator));
 }
Ejemplo n.º 2
0
 public AllServersNodeMenu(RDMPContextMenuStripArgs args, AllServersNode o) : base(args, o)
 {
     Add(new ExecuteCommandCreateNewEmptyCatalogue(args.ItemActivator));
 }