示例#1
0
        private void butReport_Click(object sender, EventArgs e)
        {
            //This is currently hidden until it is finished.
            FormEvaluationReport FormER = new FormEvaluationReport();

            FormER.ShowDialog();
        }
示例#2
0
		private void butReport_Click(object sender,EventArgs e) {
			//This is currently hidden until it is finished.
			FormEvaluationReport FormER=new FormEvaluationReport();
			FormER.ShowDialog();
		}