示例#1
0
 public InternalWorker5(int v)
 {
     worker = new Worker3(v);
 }
示例#2
0
		public InternalWorker5(int v)
		{
			worker = new Worker3(v);
		}