원장추가

This commit is contained in:
chi
2022-02-02 15:10:09 +09:00
parent 552c3f9389
commit 6bf9641682
18 changed files with 4899 additions and 61 deletions

View File

@@ -630,5 +630,12 @@ namespace FBS0000
var f = new FBS0000.Holiday.fImpKunTae();
f.ShowDialog();
}
private void toolStripButton7_Click(object sender, EventArgs e)
{
seluid = GetUIDValue();
var f = new fHolyDayData(tbED.Text, seluid != "%" ? cmbUser.Text : string.Empty );
f.Show();
}
}
}