C# Class Paint.UIBusyAlertView

Inheritance: UIAlertView
Mostrar archivo Open project: RandolphBurt/MonoGame-iOS-SimplePaint Class Usage Examples

Public Methods

Method Description
Hide ( ) : void
Show ( ) : void
UIBusyAlertView ( string title, string message ) : System

Method Details

Hide() public method

public Hide ( ) : void
return void

Show() public method

public Show ( ) : void
return void

UIBusyAlertView() public method

public UIBusyAlertView ( string title, string message ) : System
title string
message string
return System