Ejemplo n.º 1
0
        protected virtual void onShow(DeviceControlEventArgs e)
        {
            EventHandler <DeviceControlEventArgs> handler = OnShow;

            handler?.Invoke(this, e);
        }
Ejemplo n.º 2
0
        protected virtual void onValidate(DeviceControlEventArgs e)
        {
            EventHandler <DeviceControlEventArgs> handler = OnValidate;

            handler?.Invoke(this, e);
        }