Пример #1
0
		public ConcreateColleague2( Mediator theMediator) : base(theMediator)
		{}
Пример #2
0
 public ConcreateColleague2(Mediator theMediator) : base(theMediator)
 {
 }
Пример #3
0
		public Colleague( Mediator theMediator)
		{
			m_Mediator = theMediator;
		}
Пример #4
0
 public Colleague(Mediator theMediator)
 {
     m_Mediator = theMediator;
 }