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