コード例 #1
0
ファイル: main.cs プロジェクト: vantruc/skimpt
 /// <summary>
 /// This attaches the context menu to Windows
 /// </summary>
 private void attachToWindowsButton_Click(object sender, EventArgs e)
 {
     ContextHandler ch = new ContextHandler();
     if(!ch.Add())
     {
         utilities.ShowMessage("Unable to add to windows", "failed");
     }
 }