Example #1
0
        /// -----------------------------------------------------------------------------------
        /// <summary>
        ///
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        /// -----------------------------------------------------------------------------------
        private void txtTest_Click(object sender, System.EventArgs e)
        {
            TestConversion testDlg = new TestConversion(m_ec);

            testDlg.ShowDialog(this);
        }
Example #2
0
 /// -----------------------------------------------------------------------------------
 /// <summary>
 ///
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 /// -----------------------------------------------------------------------------------
 private void txtTest_Click(object sender, System.EventArgs e)
 {
     TestConversion testDlg = new TestConversion(m_ec);
     testDlg.ShowDialog(this);
 }