C# Class Warehouse_InProcessLocation_List, yfkey-scms

Inheritance: com.Sconit.Web.ModuleBase
Exibir arquivo Open project: Novthirteen/yfkey-scms

Public Methods

Method Description
InitPageParameter ( com.Sconit.Entity.Distribution.InProcessLocation ip ) : void
InitPageParameter ( string ipNo ) : void

Protected Methods

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

Method Details

InitPageParameter() public method

public InitPageParameter ( com.Sconit.Entity.Distribution.InProcessLocation ip ) : void
ip com.Sconit.Entity.Distribution.InProcessLocation
return void

InitPageParameter() public method

public InitPageParameter ( string ipNo ) : void
ipNo string
return void

Page_Load() protected method

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

btnBack_Click() protected method

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