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