Example #1
0
 static void Main()
 {
     try
     {
         LauncherMain Instance = LauncherMain.CreateInstance();
         Instance.RunLauncher();
     }
     catch (Exception e)
     {
         MFMLExceptionShowBox.ShowExceptionBox(e);
     }
 }
Example #2
0
 public MainWindow(LauncherMain Instance)
 {
     this.Instance = Instance;
     InitializeComponent();
 }