コード例 #1
0
ファイル: Form5.cs プロジェクト: saifurTanvir/Medicine-Shop
        private void ResetFormControls()
        {
            Id = 0;
            textBox1.Clear();
            textBox2.Clear();
            Dose.Clear();
            Price.Clear();

            textBox1.Focus();
        }