Exemplo n.º 1
0
 void CreateBrush()
 {
     if (brush == null)
     {
         brush = TileBrush.CreateBrush(map);
     }
 }