C# Class Chapter5.MonoTouchApp.ViewNoteViewController

Inheritance: UIViewController
Show file Open project: gshackles/MobileDevelopmentInCSharpBook

Private Properties

Property Type Description

Public Methods

Method Description
ViewDidLoad ( ) : void
ViewNoteViewController ( Note note ) : SharedLibrary.Chapter5

Method Details

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewNoteViewController() public method

public ViewNoteViewController ( Note note ) : SharedLibrary.Chapter5
note Note
return SharedLibrary.Chapter5