コード例 #1
0
ファイル: CommandResult.cs プロジェクト: jhoiby/SmartSAR2
 public static CommandResult FromNotifications(NotificationDictionary notifications)
 {
     return(new CommandResult {
         Notifications = notifications
     });
 }
コード例 #2
0
ファイル: CommandResult.cs プロジェクト: jhoiby/SmartSAR2
 private CommandResult()
 {
     Notifications = NotificationDictionary.CreateEmpty();
 }