Ejemplo n.º 1
0
        public ProcessingViewModel()
        {
            WorkSpace = new AllConfigsViewModel();
            SingleConfigViewModel scvm = new SingleConfigViewModel(null);

            WorkSpace.Configs.Add(scvm);
        }
Ejemplo n.º 2
0
 public ProcessingViewModel(List <ISessionColumnCollection> collections)
 {
     WorkSpace = new AllConfigsViewModel(collections);
 }