예제 #1
0
        private void btnBranch_Click(object sender, EventArgs e)
        {
            BranchFormcs branchForm = new BranchFormcs();

            branchForm.Show();
        }
예제 #2
0
파일: Form1.cs 프로젝트: Geliya94/magazin
 private void btnBranch_Click(object sender, EventArgs e)
 {
     BranchFormcs branchForm = new BranchFormcs();
     branchForm.Show();
 }