Exemple #1
0
 public void RemoveLinks()
 {
     InformReceived = null;
     Rig            = null;
     Config         = null;
     HiveWach       = false;
     HiveWachdog    = false;
 }
Exemple #2
0
 public HiveOSWacher(HiveOS Rig, Settings.Rig Config)
 {
     this.Rig    = Rig;
     this.Config = Config;
 }