Example #1
0
 public static void Send(object sender, ToolEventArgs e)
 {
     ToolEvent?.Invoke(sender, e);
 }