예제 #1
0
파일: BaseATE.cs 프로젝트: RiverTaig/CU_ATE
 static void UnregisterFunction(String sKey)
 {
     MMCustomTextSources.Unregister(sKey);
 }
예제 #2
0
 internal static void Unregister(string registryKey)
 {
     MMCustomTextSources.Unregister(registryKey);
 }