Esempio n. 1
0
 public Gh1346FontIconOptions(IGh1346FontIcon icon)
 {
     if (icon == null)
     {
         throw new ArgumentNullException(nameof(icon));
     }
     FontIcon = icon;
 }
Esempio n. 2
0
 public Gh1346FontIconOptions(IGh1346FontIcon icon)
 {
     FontIcon = icon ?? throw new ArgumentNullException(nameof(icon));
 }