コード例 #1
0
ファイル: fCountry.cs プロジェクト: matija-horvat/Bills2
 private void btnActive_Click(object sender, EventArgs e)
 {
     country.SetStatusId(country, "Active");
     RefreshGrid();
 }