.. 구매내역 엑셀 반입 추가
This commit is contained in:
@@ -897,5 +897,11 @@ namespace FEQ0000
|
||||
var dr = drv.Row as dsPurchase.PurchaseRow;
|
||||
this.label1.Text = string.Format("{0}",dr.bigo.Replace("\r","").Replace("\n",""));
|
||||
}
|
||||
|
||||
private void toolStripButton4_Click(object sender, EventArgs e)
|
||||
{
|
||||
var f = new fPurchase_excelimport();
|
||||
f.Show();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user