示例#1
0
		protected WebPageAction ( WebPageActionType type, int waitSecond )
			: base ( ( type == WebPageActionType.InstallJQuery && waitSecond < 1 ) ? 1 : waitSecond )
		{ this.Type = type; }
示例#2
0
 protected WebPageAction(WebPageActionType type, int waitSecond)
     : base((type == WebPageActionType.InstallJQuery && waitSecond < 1) ? 1 : waitSecond)
 {
     this.Type = type;
 }