//        private TextBox					_passwordTextBox;
 public UserSettings(WebSolutionControl webSolutionControl, string userAction)
     : base(webSolutionControl)
 {
     _userAction = userAction;
 }
 public WebSolutionObject(WebSolutionControl webSolutionControl)
 {
     _webSolutionControl = webSolutionControl;
 }
Example #3
0
 public UserLogoff(WebSolutionControl webSolutionControl) : base(webSolutionControl)
 {
 }
 public UserLogoff(WebSolutionControl webSolutionControl)
     : base(webSolutionControl)
 {
 }
		public WebSolutionObject(WebSolutionControl webSolutionControl)
		{
			_webSolutionControl = webSolutionControl;
		}
 public UserObject(WebSolutionControl webSolutionControl)
     : base(webSolutionControl)
 {
 }
 public UserObject(WebSolutionControl webSolutionControl) : base(webSolutionControl)
 {
 }
//		private TextBox					_passwordTextBox;

        public UserSettings(WebSolutionControl webSolutionControl, string userAction) : base(webSolutionControl)
        {
            _userAction = userAction;
        }