Esempio n. 1
0
		public ConcreateColleague2( Mediator theMediator) : base(theMediator)
		{}
Esempio n. 2
0
 public ConcreateColleague2(Mediator theMediator) : base(theMediator)
 {
 }
Esempio n. 3
0
		public Colleague( Mediator theMediator)
		{
			m_Mediator = theMediator;
		}
Esempio n. 4
0
 public Colleague(Mediator theMediator)
 {
     m_Mediator = theMediator;
 }