示例#1
0
			public Callback(Abstract parent)
			{
				this.parent = parent;
			}
 public Callback(Abstract parent)
 {
     this.parent = parent;
 }