示例#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);
 }