Ejemplo n.º 1
0
 public SingleConfigShearViewModel()
 {
     _shearedWS = new ShearedWS();
     SensorConfig sc = new SensorConfig();
 }
Ejemplo n.º 2
0
        //todo: avalailable comp heights

        public SingleConfigShearViewModel(SingleConfigViewModel scvm, string datasetname)
        {
            _collection        = scvm;
            _shearedWS         = new ShearedWS(scvm.ColumnCollection);
            _sourceDataSetName = datasetname;
        }