示例#1
0
 public void DetachAural()
 {
     if (Chip.GetPLL(AuralSub) != null)
     {
         Chip.GetPLL(AuralSub).RemoveHook(this);
     }
 }