コード例 #1
0
        public OneTimeRunViewModel()
        {
            ParseCommandLine();
            Model = new TigerEditor();

            ImportByParameterCommand  = new ImportByParameterCommand();
            ExtractByParameterCommand = new ExtractByParameterCommand();
        }
コード例 #2
0
        public OneTimeRunViewModel()
        {
            ParseCommandLine();
            Model = new FrostbiteManifestEditor(InputDirectoryPath);

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