C# Class Awesomizer.Controls.AlertView

Inheritance: UIView
Datei anzeigen Open project: MikeCodesDotNet/Awesomizer

Public Methods

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

Method Details

AlertView() public method

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

Show() public method

public Show ( ) : void
return void