示例#1
0
 public static CommandResult FromNotifications(NotificationDictionary notifications)
 {
     return(new CommandResult {
         Notifications = notifications
     });
 }
示例#2
0
 private CommandResult()
 {
     Notifications = NotificationDictionary.CreateEmpty();
 }