Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Experiments / Castle.Igloo / Igloo.Clinic.Web / Views / Register.aspx.designer.cs
blob2c57525cd1ebf273c8e7dda18377caf33674a359
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 //------------------------------------------------------------------------------
11 namespace Igloo.Clinic.Web.Views {
13 public partial class Register {
14 protected System.Web.UI.HtmlControls.HtmlForm form1;
15 protected System.Web.UI.WebControls.TextBox TextBoxName;
16 protected System.Web.UI.WebControls.TextBox TextBoxLogin;
17 protected System.Web.UI.WebControls.TextBox TextBoxPassword;
18 protected System.Web.UI.WebControls.Button ButtonRegister;
19 protected System.Web.UI.WebControls.Literal LiteralMessage;