예제 #1
0
 public static void OnInformation(object sender, CoreInformationEventArgs e)
 {
     Information?.Invoke(sender, e);
 }
예제 #2
0
 public static void OnInformation(CoreInformationEventArgs e)
 {
     OnInformation(null, e);
 }