示例#1
0
        private void btnTranslation_Click(object sender, EventArgs e)
        {
            CTranslation pTranslation   = new CTranslation(_DataRecords);
            double       dblTranslation = pTranslation.CalTranslations();

            //double dblTranslation = pTranslation.CalRatioTranslations();
            this.txtEvaluation.Text = dblTranslation.ToString();
        }