C# 클래스 MonoMobile.Views.Alert

파일 보기 프로젝트 열기: RobertKozak/MonoMobile.Views

공개 메소드들

메소드 설명
Show ( string title ) : void
Show ( string title, string message ) : void

메소드 상세

Show() 공개 정적인 메소드

public static Show ( string title ) : void
title string
리턴 void

Show() 공개 정적인 메소드

public static Show ( string title, string message ) : void
title string
message string
리턴 void