C# Class BasicTable.AppDelegate

Inheritance: UIApplicationDelegate
Datei anzeigen Open project: xamarin/monotouch-samples

Protected Properties

Property Type Description
iPhoneHome BasicTable.HomeScreen
window UIWindow

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

iPhoneHome protected_oe property

protected HomeScreen,BasicTable iPhoneHome
return BasicTable.HomeScreen

window protected_oe property

protected UIWindow window
return UIWindow