private void pictureBox1_Click_1(object sender, EventArgs e) { Toexpired ex2 = new Toexpired(); ex2.Show(); }
private void notifyIcon1_MouseDoubleClick(object sender, MouseEventArgs e) { Toexpired ex1 = new Toexpired(); ex1.Show(); }