public GeneratorMapy()
 {
     osadyNaMapie = new Dictionary<Osada, PictureBox>();
     handlarzeNaMapie = new Dictionary<Handlarz, PictureBox>();
     tloMapy = new PictureBox();
     stanOsady = new TextBoxLabel();
 }
 public GeneratorMapy()
 {
     osadyNaMapie     = new Dictionary <Osada, PictureBox>();
     handlarzeNaMapie = new Dictionary <Handlarz, PictureBox>();
     tloMapy          = new PictureBox();
     stanOsady        = new TextBoxLabel();
 }