added a timing solution to prevent windows from resizing when changing the frame
option
This commit is contained in:
Ulf
2013-06-13 01:06:54 +02:00
parent f3b8ed6aa8
commit 02e945999b
9 changed files with 223 additions and 189 deletions

View File

@@ -12,7 +12,7 @@ namespace PreviewToy
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(true);
Application.Run(new PreviewToyMain());
Application.Run(new PreviewToyHandler());
}
}
}