Ejemplo n.º 1
0
 public Clock(PlugInterface plugInterface)
 {
     this.plugInterface = plugInterface;
 }
 public PlugSystem(PlugInterface plugInterface)
 {
     this.plugInterface = plugInterface;
 }
Ejemplo n.º 3
0
 public EMeter(PlugInterface plugInterface)
 {
     this.plugInterface  = plugInterface;
     this.reportInterval = TimeSpan.FromSeconds(1);
 }
Ejemplo n.º 4
0
 public WLan(PlugInterface plugInterface)
 {
     this.plugInterface = plugInterface;
 }