public PasswordForm() { InitializeComponent(); pwdctr = new DBControllerSet.PasswordDBController(); if (pwdctr.IfEmpty()) { pwdctr.NewUser("123456", "123456"); } }
public ChangePasswordForm() { InitializeComponent(); pwdctr = new DBControllerSet.PasswordDBController(); }