public static void Main() { LogViewer.App app = new LogViewer.App(); app.InitializeComponent(); app.Run(); }