private void btnTest_Click(object sender, EventArgs e) { var frmTest = new Gondwana.Design.Forms.CycleViewer(_cycle); frmTest.ShowDialog(this); }