C# Class Belhard.Training.Book

Show file Open project: bazile/Training Class Usage Examples

Public Methods

Method Description
Book ( string title, int pageCount ) : System

Private Methods

Method Description
OnBookClosed ( ) : void
OnBookOpened ( ) : void
OnPageChanged ( int pageNumber ) : void

Method Details

Book() public method

public Book ( string title, int pageCount ) : System
title string
pageCount int
return System