Beispiel #1
0
        private void button4_Click(object sender, EventArgs e)
        {
            Philheath obj = new Philheath();

            obj.Show();
        }
 private void button4_Click(object sender, EventArgs e)
 {
     Philheath obj = new Philheath();
     obj.Show();
 }
Beispiel #3
0
        private void philhealthRegistrationToolStripMenuItem1_Click(object sender, EventArgs e)
        {
            Philheath obj = new Philheath();

            obj.Show();
        }
 private void philhealthRegistrationToolStripMenuItem1_Click(object sender, EventArgs e)
 {
     Philheath obj = new Philheath();
     obj.Show();
 }