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