클립보드 붙여넣기 기능 추가
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user