Default.aspx.designer.cs 662 B

12345678910111213141516171819
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:2.0.50727.42
  5. //
  6. // Changes to this file may cause incorrect behavior and will be lost if
  7. // the code is regenerated.
  8. // </auto-generated>
  9. //------------------------------------------------------------------------------
  10. namespace Walkthrough
  11. {
  12. public partial class _Default
  13. {
  14. protected System.Web.UI.HtmlControls.HtmlForm form1;
  15. protected System.Web.UI.WebControls.Label Label2;
  16. protected System.Web.UI.WebControls.Label Label1;
  17. }
  18. }