예제 #1
0
        public void formBiayaPasien()
        {
            try
            {
                BiayaPasien target = new BiayaPasien();
                
            }

            // To generate code for this test, select "Generate Code for Coded UI Test" from the shortcut menu and select one of the menu items.
            // For more information on generated code, see http://go.microsoft.com/fwlink/?LinkId=179463
        }
예제 #2
0
 private void biayaPasienToolStripMenuItem_Click(object sender, EventArgs e)
 {
     var biayaPasien = new BiayaPasien();
     biayaPasien.Show();
 }
예제 #3
0
        private void biayaPasienToolStripMenuItem_Click(object sender, EventArgs e)
        {
            var biayaPasien = new BiayaPasien();

            biayaPasien.Show();
        }