Exemple #1
0
        public virtual string WypiszWszystko()
        {
            string s = Kto.ToString() + " Pozyczyl: " + Co.ToString();

            return(s + "\n");
        }
Exemple #2
0
 public Pole()
 {
     this.puste = true;
     this.właściciel = Kto.Nikt;
 }