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