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