Beispiel #1
0
 public void SetSimServer(YachtSimServer sailSim)
 {
     this.YachtSimServer = sailSim;
 }
Beispiel #2
0
 public void Dispose()
 {
     foreach (var yacht in yachts.Values)
     {
         yacht.Dispose();
     }
     _instance = null;
 }