예제 #1
0
 public Polja(int r, int c)
 {
     vrsta   = VrstaPolja.ZATVORENO_POLJE;
     br_mina = 0;
     row     = r;
     column  = c;
 }
예제 #2
0
 public Polja()
 {
     vrsta   = VrstaPolja.ZATVORENO_POLJE;
     br_mina = 0;
 }