static void Main() { System_ s = new System_(); s.due_date(); Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new Welcome()); }
private void button1_Click_1(object sender, EventArgs e) { System_ s = new System_(); s.due_date(); }