Example #1
0
 private void textBox2_KeyPress(object sender, KeyPressEventArgs e)
 {
     DateDay.fractionTb(e, textBox2);
 }
Example #2
0
 private void textBox2_TextChanged(object sender, EventArgs e)
 {
     DateDay.textChangeTb(textBox2);
 }
Example #3
0
        private void textBox_TextChanged(object sender, EventArgs e)
        {
            TextBox box = ( TextBox )sender;

            DateDay.textChangeTb(box);
        }
Example #4
0
 private void textBox7_KeyPress(object sender, KeyPressEventArgs e)
 {
     DateDay.intgra(e);
 }
Example #5
0
        private void textBox_KeyPress(object sender, KeyPressEventArgs e)
        {
            TextBox box = ( TextBox )sender;

            DateDay.fractionTb(e, box);
        }
Example #6
0
 private void textBox5_TextChanged(object sender, EventArgs e)
 {
     DateDay.textChangeTb(textBox5);
     textBox13.Text = Math.Round(Convert.ToDecimal(Operation.MultiTwoTb(textBox5, textBox9)), 1).ToString( );
 }
Example #7
0
 private void textEdit15_TextChanged(object sender, EventArgs e)
 {
     DateDay.textChangeTb(textEdit15);
 }
Example #8
0
 private void textEdit15_KeyPress(object sender, KeyPressEventArgs e)
 {
     DateDay.fractionTb(e, textEdit15);
 }
Example #9
0
 private void textBox22_KeyPress(object sender, KeyPressEventArgs e)
 {
     //DateDay.fractionTb( e ,textBox22 );
     DateDay.intgra(e);
 }