示例#1
0
 public bool CanSend(Guid intent)
 {
     return(_appInfo.CanSend(AppletId, intent));
 }