示例#1
0
 public override void Deactivate()
 {
     base.Deactivate();
     if (target != null && target)
     {
         target.RemovePin();
     }
 }