22 lines
997 B
C#
22 lines
997 B
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:2.0.50727.42
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace WebsitePanel.Ecommerce.Portal {
|
|
|
|
public partial class BillingCyclesAddCycle {
|
|
protected System.Web.UI.WebControls.Localize lclCycleName;
|
|
protected System.Web.UI.WebControls.TextBox txtCycleName;
|
|
protected System.Web.UI.WebControls.Localize lclBillingPeriod;
|
|
protected System.Web.UI.WebControls.TextBox txtPeriodLength;
|
|
protected System.Web.UI.WebControls.DropDownList ddlBillingPeriod;
|
|
protected System.Web.UI.WebControls.Button btnCreateCycle;
|
|
protected System.Web.UI.WebControls.Button btnCancel;
|
|
}
|
|
}
|