Exemple #1
0
        private void TESTbtn_makeCalculator_Click(object sender, EventArgs e)
        {
            //TODO remove the following before release
            //The following is for testing of other screens only
            FrmWeightCalculator calc = new FrmWeightCalculator();

            calc.Visible = true;
        }
Exemple #2
0
        private void btnWeightCalculator_Click(object sender, EventArgs e)
        {
            FrmWeightCalculator calc = new FrmWeightCalculator();

            calc.Visible = true;
        }