Example #1
0
 public void Initialize(IMapFactory mapFactory, ITileFactory tileFactory)
 {
     mapFactory.Initialize(this, this.Src, tileFactory);
 }