Exemplo n.º 1
0
 public void InitializeMainScreen()
 {
     MainScreen = new MainScreenClass();
     //TODO: Best to move this model to the skin setup screen when it exists
     //check for and create the save database
     SaveSkin = new SaveSkinModel();
 }
Exemplo n.º 2
0
 /// <summary>
 /// register all skin groups. This should only be done ONCE!
 /// </summary>
 public void RegisterSkinGroups()
 {
     DataInputFeatScreenClass.RegisterSkinGroups();
     MainScreenClass.RegisterSkinGroups();
 }