계좌 선택 기능 추가
This commit is contained in:
@@ -25,7 +25,10 @@ namespace NewsCrawler
|
||||
public void SetMessage(string strMsg, CodeList.CODE_VALUE Code)
|
||||
{
|
||||
m_Code = Code;
|
||||
label1.Text = strMsg;
|
||||
|
||||
tbMsg.Text = "";
|
||||
foreach(string strLine in strMsg.Split('\n'))
|
||||
tbMsg.Text += strLine + Environment.NewLine;
|
||||
}
|
||||
|
||||
private void btnYes_Click(object sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user