Beispiel #1
0
		public Rendering(Ajax pos)
		 : base()
		{
			this.Ajax = pos;
		}
Beispiel #2
0
		public Events(Ajax dp)
		 : base()
		{
			this.Ajax = dp;
			this.Reset();
		}
Beispiel #3
0
		public Options(Ajax ajax)
		 : base()
		{
			this.Ajax = ajax;
			this.Reset();
		}