Robin Krom 2014-06-23 19:57:21 +00:00
commit 20dced6a8c

View file

@ -277,7 +277,8 @@ namespace Greenshot {
IniConfig.Save();
transport.AddCommand(CommandEnum.FirstLaunch);
}
// Should fix BUG-1633
Application.DoEvents();
_instance = new MainForm(transport);
Application.Run();
} catch(Exception ex) {