Beispiel #1
0
 public static void start(GlobeModel model)
 {
     if (thread == null || !thread.IsAlive) {
     LocationSocket.model = model;
     thread = new Thread(new ThreadStart(run));
     thread.Start();
       }
 }
Beispiel #2
0
 public Speech(GlobeModel model)
 {
     this.model = model;
 }