C# 클래스 OKr.MXReader.Client.Core.OkrToast

파일 보기 프로젝트 열기: anytao/ModernReader 1 사용 예제들

공개 메소드들

메소드 설명
ServerError ( ) : void
Show ( string message ) : void
Show ( string message, System.Action completed ) : void
Show ( string title, string message, System.Action completed ) : void

메소드 상세

ServerError() 공개 정적인 메소드

public static ServerError ( ) : void
리턴 void

Show() 공개 정적인 메소드

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

Show() 공개 정적인 메소드

public static Show ( string message, System.Action completed ) : void
message string
completed System.Action
리턴 void

Show() 공개 정적인 메소드

public static Show ( string title, string message, System.Action completed ) : void
title string
message string
completed System.Action
리턴 void