C# Class Sina.View.Common.Toast.OKrToast

Datei anzeigen Open project: anytao/ModernReader

Public Methods

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

Method Details

Show() public static method

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

Show() public static method

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