private void Form1_Load(object sender, EventArgs e) { GSMModem.EmailBlasting ebm = new GSMModem.EmailBlasting(); ebm.Show(); date_today = DateTime.Today.ToString("MM-dd-yyyy"); current_time = DateTime.Now.ToString("h:mm:ss tt"); //txt_time.Text = time_genrt; txt_currenttime.Text = current_time; load_current_datetime(); txt_dispnext.Text = db.get_m99time(); nextTimeToGenerate(); }
private void Form1_FormClosing(object sender, FormClosingEventArgs e) { GSMModem.EmailBlasting em = new GSMModem.EmailBlasting(); em.Close(); }