예제 #1
0
        private void Int_Link_Click()
        {
            FormWikiAllPages FormWAPSelect = new FormWikiAllPages();

            FormWAPSelect.OwnerForm = this;
            FormWAPSelect.Show();
        }
예제 #2
0
파일: FormWikiEdit.cs 프로젝트: mnisl/OD
		private void Int_Link_Click() {
			FormWikiAllPages FormWAPSelect = new FormWikiAllPages();
			FormWAPSelect.OwnerForm=this;
			FormWAPSelect.Show();
		}