示例#1
0
        private void ResetFormControls()
        {
            Id = 0;
            textBox1.Clear();
            textBox2.Clear();
            Dose.Clear();
            Price.Clear();

            textBox1.Focus();
        }