Пример #1
0
 /// <summary>
 /// Default constructor to create the insance of the control.
 /// </summary>
 public PatientNodeControl()
 {
     _patientNodePresenter = new PatientNodePresenter(this);
     InitializeComponent();
     ProcessRecommendedColors();           
     InitializeControl();            
 }
Пример #2
0
 /// <summary>
 /// Default constructor to create the insance of the control.
 /// </summary>
 public PatientNodeControl()
 {
     _patientNodePresenter = new PatientNodePresenter(this);
     InitializeComponent();
     ProcessRecommendedColors();
     InitializeControl();
 }