Exemple #1
0
 public void StartQuestBuilder()
 {
     Quests.QuestGenerator.QuestBuilder      tool       = new Quests.QuestGenerator.QuestBuilder();
     System.Windows.Forms.ApplicationContext appContext = new System.Windows.Forms.ApplicationContext();
     appContext.MainForm = tool;
     System.Windows.Forms.Application.Run(appContext);
 }
Exemple #2
0
 public void StartQuestBuilder()
 {
     Quests.QuestGenerator.QuestBuilder tool = new Quests.QuestGenerator.QuestBuilder();
         System.Windows.Forms.ApplicationContext appContext = new System.Windows.Forms.ApplicationContext();
         appContext.MainForm = tool;
         System.Windows.Forms.Application.Run(appContext);
 }