22 lines
993 B
C#
22 lines
993 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 CustomersServicesViewService {
|
|
protected System.Web.UI.WebControls.PlaceHolder pnlViewSvcDetails;
|
|
protected System.Web.UI.WebControls.CheckBox chkSendMail;
|
|
protected System.Web.UI.WebControls.Button btnReturn;
|
|
protected System.Web.UI.WebControls.Button btnSvcActivate;
|
|
protected System.Web.UI.WebControls.Button btnSvcSuspend;
|
|
protected System.Web.UI.WebControls.Button btnSvcCancel;
|
|
protected System.Web.UI.WebControls.Button btnSvcDelete;
|
|
}
|
|
}
|