C# Class Subtext.Web.HostAdmin.Step01_SelectImportProvider

Summary description for Step01_SelectImportProvider.
Inheritance: Subtext.Web.HostAdmin.HostAdminPage
Show file Open project: ayende/Subtext

Protected Methods

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

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

BindData() protected method

protected BindData ( ) : void
return void

OnInit() protected method

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

Page_Load() protected method

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

btnNext_Click() protected method

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