We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2c28f commit f44b67fCopy full SHA for f44b67f
MainWindow.xaml.cs
@@ -54,18 +54,13 @@ public partial class MainWindow : Window
54
55
public MainWindow()
56
{
57
- Console.WriteLine(123);
58
- Trace.WriteLine(123);
59
InitializeComponent();
60
mainWindowStatic = this;
61
Main();
62
}
63
64
private void Main()
65
66
67
68
-
69
// check cmdline args
70
string[] args = Environment.GetCommandLineArgs();
71
@@ -74,12 +69,10 @@ private void Main()
74
75
// default logger
76
Log.CreateLogger(isJSON: false, version: version);
77
- Log.WriteLine("123");
78
72
79
73
// default code
80
Environment.ExitCode = (int)ExitCode.Success;
81
82
83
if (args.Length > 1)
84
85
AttachConsole(ATTACH_PARENT_PROCESS);
0 commit comments