コード例 #1
0
 //        private TextBox					_passwordTextBox;
 public UserSettings(WebSolutionControl webSolutionControl, string userAction)
     : base(webSolutionControl)
 {
     _userAction = userAction;
 }
コード例 #2
0
 public WebSolutionObject(WebSolutionControl webSolutionControl)
 {
     _webSolutionControl = webSolutionControl;
 }
コード例 #3
0
 public UserLogoff(WebSolutionControl webSolutionControl) : base(webSolutionControl)
 {
 }
コード例 #4
0
 public UserLogoff(WebSolutionControl webSolutionControl)
     : base(webSolutionControl)
 {
 }
コード例 #5
0
		public WebSolutionObject(WebSolutionControl webSolutionControl)
		{
			_webSolutionControl = webSolutionControl;
		}
コード例 #6
0
 public UserObject(WebSolutionControl webSolutionControl)
     : base(webSolutionControl)
 {
 }
コード例 #7
0
 public UserObject(WebSolutionControl webSolutionControl) : base(webSolutionControl)
 {
 }
コード例 #8
0
//		private TextBox					_passwordTextBox;

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