Ejemplo n.º 1
0
        private void Int_Link_Click()
        {
            FormWikiAllPages FormWAPSelect = new FormWikiAllPages();

            FormWAPSelect.OwnerForm = this;
            FormWAPSelect.Show();
        }
Ejemplo n.º 2
0
		private void Int_Link_Click() {
			FormWikiAllPages FormWAPSelect = new FormWikiAllPages();
			FormWAPSelect.OwnerForm=this;
			FormWAPSelect.Show();
		}