Example #1
0
 public ObjectFormatter(ObjectFormatterDelegate del)
 {
     this.del = del;
 }
		public ObjectFormatter(ObjectFormatterDelegate del)
		{
			this.del = del;
		}