コード例 #1
0
 private void DiscoFilesForm_FormClosing(object sender, FormClosingEventArgs e)
 {
     SystemWideHotKey.UnregisterHotKey(this);
 }
コード例 #2
0
 private void DiscoFilesForm_Load(object sender, EventArgs e)
 {
     SystemWideHotKey.RegisterHotKey(this, Keys.Shift | Keys.F12 | Keys.Control);
     this.Text = String.Format("DiscoFiles - v{0}", Application.ProductVersion);
 }