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