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 }
private void biayaPasienToolStripMenuItem_Click(object sender, EventArgs e) { var biayaPasien = new BiayaPasien(); biayaPasien.Show(); }