diff --git a/Code/DBProject/Doctor/Bill.aspx.designer.cs b/Code/DBProject/Doctor/Bill.aspx.designer.cs index c532640..af6adcf 100644 --- a/Code/DBProject/Doctor/Bill.aspx.designer.cs +++ b/Code/DBProject/Doctor/Bill.aspx.designer.cs @@ -1,42 +1,26 @@ -//------------------------------------------------------------------------------ +//------------------------------------------------------------------------------ // // This code was generated by a tool. -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. // //------------------------------------------------------------------------------ -namespace doctor { - - - public partial class bill { - +namespace doctor +{ + public partial class bill + { /// /// Label1 control. /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// protected global::System.Web.UI.WebControls.Label Label1; - + /// /// Bill control. /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// protected global::System.Web.UI.WebControls.Button Bill; - + /// /// Button1 control. /// - /// - /// Auto-generated field. - /// To modify move field declaration from designer file to code-behind file. - /// protected global::System.Web.UI.WebControls.Button Button1; } }