Beispiel #1
0
        //public static int mgridrow = 2;
        //public static int mgridcol = 100;
        //Color[,] mcolors = new Color[mgridrow, mgridcol];
        //Point[,] mgridpos = new Point[mgridrow, mgridcol];


        public int getVal(EgridRogue we)
        {
            int idx = (int)we;

            return(getVal(idx));
        }
Beispiel #2
0
 int GetVal(EgridRogue we)
 {
     return(this.getVal((int)we));
 }