AVM.DDP.MetaAvmProject.ProjectClass.ProjectClass C# (CSharp) Method

ProjectClass() public method

public ProjectClass ( ) : System
return System
            public ProjectClass()
            {
                this.Components = new List<Component>();
                this.DesignSpaceModels = new List<string>();
                this.Configurations = new List<string>();
                this.TestBenches = new List<string>();
                this.Results = new Results();
                this.Requirements = new Requirements();
                this.LastModified = DateTime.Now.ToString("yyyy-MM-dd HH-mm-ss");
            }
        }
MetaAvmProject.ProjectClass