Ejemplo n.º 1
0
 public static void OnInformation(object sender, CoreInformationEventArgs e)
 {
     Information?.Invoke(sender, e);
 }
Ejemplo n.º 2
0
 public static void OnInformation(CoreInformationEventArgs e)
 {
     OnInformation(null, e);
 }