C# Class Metrooz.Models.Comment

Show file Open project: namoshika/Metrooz

Public Methods

Method Description
Comment ( SunokoLibrary.Web.GooglePlus.CommentInfo info ) : System
Refresh ( SunokoLibrary.Web.GooglePlus.CommentInfo info ) : void

Protected Methods

Method Description
OnRefreshed ( EventArgs e ) : void

Method Details

Comment() public method

public Comment ( SunokoLibrary.Web.GooglePlus.CommentInfo info ) : System
info SunokoLibrary.Web.GooglePlus.CommentInfo
return System

OnRefreshed() protected method

protected OnRefreshed ( EventArgs e ) : void
e System.EventArgs
return void

Refresh() public method

public Refresh ( SunokoLibrary.Web.GooglePlus.CommentInfo info ) : void
info SunokoLibrary.Web.GooglePlus.CommentInfo
return void