Ejemplo n.º 1
0
 public static void PerformClick(this CheckBox cb)
 {
     cb.RaiseEvent(new RoutedEventArgs(Primitives.ButtonBase.ClickEvent));
 }