예제 #1
0
 public DisconnectServerCommand(ServerBrowserForm form) : base(form)
 {
 }
예제 #2
0
 public PreviewInsertCommand(ServerBrowserForm form) : base(form)
 {
 }
예제 #3
0
 public PreviewDeleteCommand(ServerBrowserForm form) : base(form)
 {
 }
예제 #4
0
 public PreviewModelCommand(ServerBrowserForm form) : base(form)
 {
 }
예제 #5
0
 public AddNewServerCommand(ServerBrowserForm form) : base(form)
 {
 }
예제 #6
0
 public OpenGeneratorCommand(ServerBrowserForm form) : base(form)
 {
 }
예제 #7
0
 public PreviewQueryCommand(ServerBrowserForm form) : base(form)
 {
 }
예제 #8
0
 public RefreshTableCommand(ServerBrowserForm form) : base(form)
 {
 }
예제 #9
0
 public TableNodeCommand(ServerBrowserForm form) : base(form)
 {
     Generator = AdositoryGeneratorSingleton.GetInstance();
 }
 public OpenServerConnectorCommand(ServerBrowserForm form) : base(form)
 {
 }
예제 #11
0
 public RefreshDatabaseCommand(ServerBrowserForm form) : base(form)
 {
 }
예제 #12
0
 public PreviewRepositoryPackCommand(ServerBrowserForm form) : base(form)
 {
 }