CentralServerDemo.ChangePasswordForm.ChangePasswordForm C# (CSharp) Method

ChangePasswordForm() public method

public ChangePasswordForm ( ) : System
return System
        public ChangePasswordForm()
        {
            InitializeComponent();
            txtNewPass.Text = String.Empty;
            txtOldPass.Text = String.Empty;
        }