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