示例#1
0
 private void CancelTest(object sender, YellowstonePathology.UI.CustomEventArgs.CancelTestEventArgs e)
 {
     CancelATestPath cancelATestPath = new CancelATestPath(e, this.m_PageNavigator, this.m_Window);
     cancelATestPath.Finish += new FinishEventHandler(CancellATestPath_Finish);
     cancelATestPath.Back += new CancelATestPath.BackEventHandler(CancellATestPath_Back);
     cancelATestPath.Start();
 }
示例#2
0
        private void CancelTest(object sender, YellowstonePathology.UI.CustomEventArgs.CancelTestEventArgs e)
        {
            CancelATestPath cancelATestPath = new CancelATestPath(e, this.m_PageNavigator, this.m_Window);

            cancelATestPath.Finish += new FinishEventHandler(CancellATestPath_Finish);
            cancelATestPath.Back   += new CancelATestPath.BackEventHandler(CancellATestPath_Back);
            cancelATestPath.Start();
        }