Exemplo n.º 1
0
 public IconAdapter(IconImplementor implementor)
 {
     if (implementor == null)
     {
         throw new ArgumentNullException("implementor");
     }
     Implementor = implementor;
 }
Exemplo n.º 2
0
		public IconAdapter (IconImplementor implementor)
		{
			if (implementor == null)
				throw new ArgumentNullException ("implementor");
			this.implementor = implementor;
		}