originale view support
This commit is contained in:
@@ -33,6 +33,17 @@ namespace VisionBuilder.UI.Windows.Test
|
||||
[STAThread]
|
||||
static void Main(string[] args)
|
||||
{
|
||||
|
||||
//AppDomain.CurrentDomain.FirstChanceException += (sender, e) =>
|
||||
//{
|
||||
// if (e.Exception.Message.Contains("timed out"))
|
||||
// {
|
||||
// File.AppendAllText("timeout_log.txt",
|
||||
// $"[{DateTime.Now:O}] {e.Exception.GetType().FullName}: {e.Exception.Message}\n" +
|
||||
// $"{e.Exception.StackTrace}\n" +
|
||||
// $"--- Inner: {e.Exception.InnerException}\n\n");
|
||||
// }
|
||||
//};
|
||||
// To customize application configuration such as set high DPI settings or default font,
|
||||
// see https://aka.ms/applicationconfiguration.
|
||||
ApplicationConfiguration.Initialize();
|
||||
|
||||
Reference in New Issue
Block a user