Example #1
0
        private void button11_Click(object sender, EventArgs e)
        {
            _OFW a = new _OFW();

            a.ShowDialog();

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

            a.ShowDialog();
        }