구매 엑셀 업로드 기능 완료 및 메뉴얼 작성
This commit is contained in:
@@ -11,6 +11,7 @@ namespace Project._Common
|
||||
{
|
||||
public partial class fNewPassword : Form
|
||||
{
|
||||
public string newpassword { get; set; }
|
||||
public fNewPassword(string userid)
|
||||
{
|
||||
InitializeComponent();
|
||||
@@ -19,7 +20,7 @@ namespace Project._Common
|
||||
|
||||
private void fNewPassword_Load(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
newpassword = string.Empty;
|
||||
}
|
||||
|
||||
private void button1_Click(object sender, EventArgs e)
|
||||
@@ -49,6 +50,7 @@ namespace Project._Common
|
||||
tbPass2.SelectAll();
|
||||
return;
|
||||
}
|
||||
newpassword = tbPass1.Text.Trim();
|
||||
DialogResult = System.Windows.Forms.DialogResult.OK;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user