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