コード例 #1
0
ファイル: RegistryMount.cs プロジェクト: gilvbp/WinToolkit_v2
 public void DeleteKey(string pKey, string cKey)
 {
     Reg.DeleteKey(Registry.LocalMachine, _key + "\\" + pKey, cKey);
 }