Esempio n. 1
0
        public ShellViewModel(IOpenFolderService openFolderService)
        {
            this._openFolderService = openFolderService;

            this.Files = Enumerable.Empty<IListViewModel>();
            this.FolderSelected = "Select a folder by clicking on the right button";

            this.Pattern = new ReactiveProperty<string>();
            this.ReplacePattern = new ReactiveProperty<string>();
        }
Esempio n. 2
0
        public ShellViewModel(IOpenFolderService openFolderService)
        {
            this._openFolderService = openFolderService;

            this.Files          = Enumerable.Empty <IListViewModel>();
            this.FolderSelected = "Select a folder by clicking on the right button";

            this.Pattern        = new ReactiveProperty <string>();
            this.ReplacePattern = new ReactiveProperty <string>();
        }