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