Exemple #1
0
        public ZonalProcessor()
        {
            this.InitializeComponent();

            Fields = new _ICRFields();
            this.SetGeneralParameters();

            notateXpress1.ClientWindow = OutputImg.Handle;
            currentLayer = new Layer();
            notateXpress1.Layers.Add(currentLayer);
        }
Exemple #2
0
 public _ICRFieldsEnumerator(_ICRFields ar)
 {
     _ar        = ar;
     _currIndex = -1;
 }