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