예제 #1
0
파일: Shared.cs 프로젝트: RasyidUFA/UFSJ
 internal static void RemoveAssoc()
 {
     var a = new FileType("001", "UFSJ.001", "UFSJ Split File", "%APP%, 1", "%APP% -tj \"%1\"");
     if (a.CheckForRegistration())
     {
         a.RemoveRegistration();
     }
 }