示例#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();
     }
 }