클립보드 붙여넣기 기능 추가

This commit is contained in:
chi
2022-01-18 21:54:44 +09:00
parent c64da59da8
commit 8cdd9d5729
16 changed files with 889 additions and 213 deletions

View File

@@ -90,9 +90,11 @@ namespace FBS0000
btAdd.Enabled = true;
ToolStripMenuItem.Enabled = true;
toolStripButton2.Enabled = true;
toolStripButton3.Enabled = true;
}
else
{
toolStripButton3.Enabled = false;
toolStripButton2.Enabled = false;
btSave.Enabled = false;
btDel.Enabled = false;
@@ -626,5 +628,11 @@ namespace FBS0000
}
private void toolStripButton3_Click_1(object sender, EventArgs e)
{
var f = new FBS0000.Holiday.fImpKunTae();
f.ShowDialog();
}
}
}