C# Class MonoMobile.Views.Alert

Exibir arquivo Open project: RobertKozak/MonoMobile.Views

Public Methods

Method Description
Show ( string title ) : void
Show ( string title, string message ) : void

Method Details

Show() public static method

public static Show ( string title ) : void
title string
return void

Show() public static method

public static Show ( string title, string message ) : void
title string
message string
return void