C# Class littleworld.Web.userAlbum

Inheritance: System.Web.UI.Page
Datei anzeigen Open project: radishPit/littleworld

Public Properties

Property Type Description
count int
userid int

Protected Methods

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

Method Details

Page_Load() protected method

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

Property Details

count public_oe property

public int count
return int

userid public_oe property

public int userid
return int