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