OKr.Win8Book.Client.Core.Data.Chapter.Chapter C# (CSharp) Method

Chapter() public method

public Chapter ( ) : System
return System
        public Chapter()
        {
            this.Pages = new List<Page>();
            this.Pos = 1;
        }
Chapter