Exemplo n.º 1
0
		public ITreeBuilder AddDecorator (Decorator dec)
		{
			throw new NotImplementedException ();
		}
Exemplo n.º 2
0
 public ITreeBuilder AddDecorator(Decorator dec)
 {
     throw new NotImplementedException();
 }