Exemplo n.º 1
0
        public ProtocolForm(Application app)
        {
            InitializeComponent();

            _app = app;
            se   = new setter(setterF);
        }
Exemplo n.º 2
0
        public ProtocolForm(Application app)
        {
            InitializeComponent();

            _app = app;
            se = new setter(setterF);
        }
Exemplo n.º 3
0
        public SourceDiameterPumpForm()
        {
            InitializeComponent();

            _app  = SgtApplication.CreateInstance();
            seter = new setter(seterF);
        }
Exemplo n.º 4
0
        public SourceDiameterPumpForm()
        {
            InitializeComponent();

            _app = SgtApplication.CreateInstance();
            seter = new setter(seterF);
        }
Exemplo n.º 5
0
 public override void setCallBacks(callback close, setter setToggle)
 {
     closeMenu = close;
 }
Exemplo n.º 6
0
 public abstract string GetName(); //returns the string name of this trigger
 public abstract void setCallBacks(callback close, setter set);
Exemplo n.º 7
0
 set => SendMessage(this.value, setter, value);
Exemplo n.º 8
0
 public void SetValueReference(setter propertySetter, getter propertyGetter, string propertyName)
 {
     _propertyName = propertyName;
     _propertyGetter = propertyGetter;
     _propertySetter = propertySetter;
 }