예제 #1
0
파일: Home.cs 프로젝트: Yasasvi56/ITPM
        private void btnNotAvailable_Click(object sender, EventArgs e)
        {
            NotAvailableTimeAllocation frm = new NotAvailableTimeAllocation();

            frm.TopMost = true;
            frm.ShowDialog();
        }
예제 #2
0
        private void button3_Click(object sender, EventArgs e)
        {
            this.Hide();
            NotAvailableTimeAllocation m = new NotAvailableTimeAllocation();

            m.ShowDialog();
            this.Close();
        }