Changeset 16859 for branches/2924_DotNetCoreMigration/HeuristicLab
- Timestamp:
- 04/19/19 17:15:59 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2924_DotNetCoreMigration/HeuristicLab/3.3/Program.cs
r15973 r16859 37 37 /// <param name="args">Command line arguments</param> 38 38 static void Main(string[] args) { 39 if ((!FrameworkVersionErrorDialog.NET4_5Installed && !FrameworkVersionErrorDialog.MonoInstalled)39 /*if ((!FrameworkVersionErrorDialog.NET4_5Installed && !FrameworkVersionErrorDialog.MonoInstalled) 40 40 || (FrameworkVersionErrorDialog.MonoInstalled && !FrameworkVersionErrorDialog.MonoCorrectVersionInstalled)) { 41 41 Application.EnableVisualStyles(); … … 64 64 MessageBox.Show(ex.Message, "Exception", MessageBoxButtons.OK, MessageBoxIcon.Error); 65 65 } 66 } 66 }*/ 67 67 } 68 68 /* 69 69 private static void DiscoverPluginsAndRunOptimizerAsync(PluginManager pluginManager, string[] args) { 70 70 // STAThread is necessary for a UI component we are using in the application … … 82 82 t.SetApartmentState(ApartmentState.STA); 83 83 t.Start(); 84 } 84 }*/ 85 85 } 86 86 }
Note: See TracChangeset
for help on using the changeset viewer.