Exemplo n.º 1
0
 public Kard(Bitmap _img)
 {
     mast  = (MastKard)100;
     rank  = (RankKard)100;
     img   = _img;
     kozir = false;
 }
Exemplo n.º 2
0
 public Kard(MastKard _mast, RankKard _rank, Bitmap _img)
 {
     mast  = _mast;
     rank  = _rank;
     img   = _img;
     kozir = false;
 }