Exemplo n.º 1
0
 public TFactoryDatabaseViewModel (IFactoryDatabasePresentation presentation)
   : base (presentation, new TFactoryDatabaseModel ())
 {
   TypeName = GetType ().Name;
 }
Exemplo n.º 2
0
 public TSQLADBFrontSettingsViewModel (IFactoryDatabasePresentation presentation)
   : base (presentation, new TSQLADBFrontSettingsModel ())
 {
   TypeName = GetType ().Name;
 }
Exemplo n.º 3
0
 public TWADBBackSettingsViewModel (IFactoryDatabasePresentation presentation)
   : base (presentation, new TWADBBackSettingsModel ())
 {
   TypeName = GetType ().Name;
 }