Ejemplo n.º 1
0
        public MainModel()
        {
            Items          = new CheckableObservableCollection <string>();
            SourceFilePath = "Sourcepath -->";
            TargetFilePath = "Targetpath -->";
            ExtraExtension = "add own extension";
            StatusBarMode(false);
            showImage("Red");
            running       = false;
            ElementActive = true;

            LoadXML();
        }
Ejemplo n.º 2
0
 public CheckWrapper(CheckableObservableCollection <T> parent)
 {
     _parent = parent;
 }