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