예제 #1
0
 public MainWindowVM()
 {
     AllDigimonsVM = new AllDigimonsVM();
     DigivolveDNAVM = new DigivolveDNAVM();
     DigivolveDNAVM.DigimonClicked += AllDigimonsVM.DigimonClicked;
     ShowAboutCmd = new DelegateCommand(DoShowAbout);
     DBLoader.LoadStatic();
 }
예제 #2
0
 public MainWindowVM()
 {
     AllDigimonsVM  = new AllDigimonsVM();
     DigivolveDNAVM = new DigivolveDNAVM();
     DigivolveDNAVM.DigimonClicked += AllDigimonsVM.DigimonClicked;
     ShowAboutCmd = new DelegateCommand(DoShowAbout);
     DBLoader.LoadStatic();
 }