C# Class tongji, dev-tips

Inheritance: System.Web.UI.Page
ファイルを表示 Open project: coolnameismy/dev-tips Class Usage Examples

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
CheckSignature ( ) : bool
ConvertDateTimeInt ( System time ) : int
ResponseMsg ( string weixinXML ) : void
UnixTimeToTime ( string timeStamp ) : DateTime
Valid ( ) : void
WriteLog ( string strMemo ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void