Пример #1
0
        public Project(string projectName)
        {
            this.Name = projectName;

            ExpectedParameters = new ExpectedParametersSection()
            {
                Parameter = new ObservableCollection<ExpectedParametersSection.ParameterElement>()
            };

            Models = new ModelsSection()
            {
                Model = new ObservableCollection<Model>()
            };
        }
Пример #2
0
        public Project(string projectName)
        {
            this.Name = projectName;

            ExpectedParameters = new ExpectedParametersSection()
            {
                Parameter = new ObservableCollection <ExpectedParametersSection.ParameterElement>()
            };

            Models = new ModelsSection()
            {
                Model = new ObservableCollection <Model>()
            };
        }