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