示例#1
0
 public void Cleanup()
 {
     if (action != null)
     {
         action.Dispose();
         action = null;
     }
 }