Default.aspx.designer.cs 799 B

12345678910111213141516171819202122232425
  1. //------------------------------------------------------------------------------
  2. // <auto-generated>
  3. // This code was generated by a tool.
  4. // Runtime Version:2.0.50727.4927
  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 CassiniDev.TestSite {
  11. public partial class _Default {
  12. /// <summary>
  13. /// form1 control.
  14. /// </summary>
  15. /// <remarks>
  16. /// Auto-generated field.
  17. /// To modify move field declaration from designer file to code-behind file.
  18. /// </remarks>
  19. protected global::System.Web.UI.HtmlControls.HtmlForm form1;
  20. }
  21. }