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