예제 #1
0
 protected void OnNotebook1SelectPage(object o, SelectPageArgs args)
 {
     //If the Engine is Ready (cTerminus is a static class), get the Title of the current tab page
     if (cTerminus.g_isReady == true)
     {
         cTerminus.CurrentIndexTab = notebook1.Page;
         this.Title = cTerminus.getTitle(notebook1, notebook1.Page);
         //cTerminus.CurrentRegexUniqueID = ((cRegex)notebook1.GetNthPage()).uniqueID;
         MessageBox.Show("test", "test", ButtonsType.Cancel, MessageType.Error, null);
     }
 }
 protected void OnNotebook1SelectPage(object o, SelectPageArgs args)
 {
     catalogador.tabPanelMudou();
 }
예제 #3
0
 protected void OnNotebook1SelectPage(object o, SelectPageArgs args)
 {
     //throw new NotImplementedException ();
 }