Exemplo n.º 1
0
        public SDK_Ctrl(GNPXApp000 pGNP00, int FirstCellNum)
        {
            this.pGNP00    = pGNP00;
            Send_Progress += new SDKEventHandler(pGNP00win.BWGenPrb_ProgressChanged);

            CellNumMax = FirstCellNum;

            PatGen = new patternGenerator(this);
            LSP    = new LatinSqureGen( );
        }
 public LatSqrRow(patternGenerator PatGen, int rowN)
 {
     this.PatGen = PatGen;
     this.rowN   = rowN;
     firstB      = true;
 }