Beispiel #1
0
 public ShowOrStartApp(IInformationHerald infoHerald)
 {
     if (infoHerald == null)
     {
         throw new ArgumentNullException("infoHerald", "InformationHerald is required");
     }
     _herald = infoHerald;
 }
Beispiel #2
0
 public ShowOrStartApp(IInformationHerald infoHerald)
 {
     if (infoHerald == null) throw new ArgumentNullException("infoHerald", "InformationHerald is required");
     _herald = infoHerald;
 }