コード例 #1
0
        protected virtual void onShow(DeviceControlEventArgs e)
        {
            EventHandler <DeviceControlEventArgs> handler = OnShow;

            handler?.Invoke(this, e);
        }
コード例 #2
0
        protected virtual void onValidate(DeviceControlEventArgs e)
        {
            EventHandler <DeviceControlEventArgs> handler = OnValidate;

            handler?.Invoke(this, e);
        }