xxe před 2 roky
rodič
revize
591e9d004f
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. +3
    -2
      HKCardManager/UserPages/InstitutionalEntryPage.cs

+ 3
- 2
HKCardManager/UserPages/InstitutionalEntryPage.cs Zobrazit soubor

@@ -53,6 +53,7 @@ namespace HKCardManager.UserPages
//{
try
{
var tempname = dataGridView1.Rows[index].Cells[0].Value?.ToString();
if (await HKLibHelper.DelOrg(res))
{
//Global.OrgTables.Clear();
@@ -69,10 +70,10 @@ namespace HKCardManager.UserPages
//});
}

MessageLogNotify.GetInstance.Show($"机构:【{dataGridView1.Rows[index].Cells[0].Value?.ToString()}】 删除成功");
MessageLogNotify.GetInstance.Show($"机构:【{tempname}】 删除成功");
}
else
MessageLogNotify.GetInstance.ShowError($"机构:【{dataGridView1.Rows[index].Cells[0].Value?.ToString()}】 删除失败");
MessageLogNotify.GetInstance.ShowError($"机构:【{tempname}】 删除失败");
}
catch (Exception ex)
{


Načítá se…
Zrušit
Uložit