Zetbox.ConfigEditor.ViewModels.ConfigViewModel.ConfigViewModel C# (CSharp) Méthode

ConfigViewModel() public méthode

public ConfigViewModel ( ZetboxConfig zetboxConfig, string srcPath ) : System
zetboxConfig Zetbox.API.Configuration.ZetboxConfig
srcPath string
Résultat System
        public ConfigViewModel(ZetboxConfig zetboxConfig, string srcPath)
        {
            this._cfg = zetboxConfig;
            this.SourcePath = srcPath;
        }