Archetype.Examples.Person.Person C# (CSharp) Method

Person() public method

public Person ( ) : System
return System
        public Person()
                : this( new NotifyPropertyChangesModule() )
        {
        }
Person