Ejemplo n.º 1
0
 internal void NotifyShown(VisibilityChangeEventArgs args)
 {
     PadShown?.Invoke(this, args);
 }
Ejemplo n.º 2
0
 internal void NotifyShown()
 {
     PadShown?.Invoke(this, EventArgs.Empty);
 }