示例#1
0
        /*No longer used
         * private void All_Pages_Click() {
         *      FormWikiAllPages FormWAP=new FormWikiAllPages();
         *      FormWAP.ShowDialog();
         *      if(FormWAP.DialogResult!=DialogResult.OK) {
         *        return;
         *      }
         *      historyNavBack--;//We have to decrement historyNavBack to tell whether or not we need to branch our page history or add to page history
         *      LoadWikiPage(FormWAP.SelectedWikiPage.PageTitle);
         * }*/

        private void Lists_Click()
        {
            FormWikiLists FormWL = new FormWikiLists();

            FormWL.ShowDialog();
        }
示例#2
0
		/*No longer used
		private void All_Pages_Click() {
			FormWikiAllPages FormWAP=new FormWikiAllPages();
			FormWAP.ShowDialog();
			if(FormWAP.DialogResult!=DialogResult.OK) {
			  return;
			}
			historyNavBack--;//We have to decrement historyNavBack to tell whether or not we need to branch our page history or add to page history
			LoadWikiPage(FormWAP.SelectedWikiPage.PageTitle);
		}*/

		private void Lists_Click() {
			FormWikiLists FormWL=new FormWikiLists();
			FormWL.ShowDialog();
		}