public void UpdateGUIdel()
 {
     ChangeGUIVal update = new ChangeGUIVal(StartUpdateGUI);
     this.Invoke(update);
 }
Exemplo n.º 2
0
        public void  UpdateGUIdel()
        {
            ChangeGUIVal update = new ChangeGUIVal(StartUpdateGUI);

            this.Invoke(update);
        }