示例#1
0
 public void UnRegisterMapMessages(object recipient, Action <MapMessage> action)
 {
     MapMessage.Unregister(recipient, action);
 }