protected override void ShowResultPage() { this.m_ResultPage = new NeoARRAYSNPCytogeneticProfileResultPage(this.m_PanelSetOrder, this.m_AccessionOrder, this.m_SystemIdentity); this.m_ResultPage.Next += new NeoARRAYSNPCytogeneticProfileResultPage.NextEventHandler(ResultPage_Next); this.m_PageNavigator.Navigate(this.m_ResultPage); }