public OneTimeRunViewModel()
        {
            ParseCommandLine();
            Model = new TigerEditor();

            ImportByParameterCommand  = new ImportByParameterCommand();
            ExtractByParameterCommand = new ExtractByParameterCommand();
        }
Esempio n. 2
0
        public OneTimeRunViewModel()
        {
            ParseCommandLine();
            Model = new FrostbiteManifestEditor(InputDirectoryPath);

            ImportByParameterCommand  = new ImportByParameterCommand();
            ExtractByParameterCommand = new ExtractByParameterCommand();
        }