Example #1
0
 public static void ShowWindow()
 {
     window = CreateInstance <QuestEditor>();
     window.Show();
 }