private void button11_Click(object sender, EventArgs e) { _OFW a = new _OFW(); a.ShowDialog(); /* * passport * country * address * contact no * emp status * -active * -inactive * remarks */ }
private void button12_Click(object sender, EventArgs e) { _OFW a = new _OFW(); a.ShowDialog(); }