Beispiel #1
0
 public void Setup()
 {
     _digitron = new Digitron();
 }
Beispiel #2
0
 static void Main(string[] args)
 {
     Digitron digitron = new Digitron();
 }