C# Class Carousel.AppDelegate

Inheritance: UIApplicationDelegate
Show file Open project: roland/Carousel

Public Properties

Property Type Description
rootController AppRootViewController

Private Properties

Property Type Description

Public Methods

Method Description
FinishedLaunching ( UIApplication app, NSDictionary options ) : bool

Method Details

FinishedLaunching() public method

public FinishedLaunching ( UIApplication app, NSDictionary options ) : bool
app UIApplication
options NSDictionary
return bool

Property Details

rootController public static property

public static AppRootViewController,Carousel rootController
return AppRootViewController