示例#1
0
文件: Program.cs 项目: Micrafast/MFML
 static void Main()
 {
     try
     {
         LauncherMain Instance = LauncherMain.CreateInstance();
         Instance.RunLauncher();
     }
     catch (Exception e)
     {
         MFMLExceptionShowBox.ShowExceptionBox(e);
     }
 }
示例#2
0
 public MainWindow(LauncherMain Instance)
 {
     this.Instance = Instance;
     InitializeComponent();
 }