Beispiel #1
0
 /// <summary>
 /// Checks the provider initialize.
 /// </summary>
 private void CheckProviderInitialize()
 {
     if (_providers == null)
     {
         _providers = new EventProviderMediator();
         _providers.Initialize(this);
     }
 }
Beispiel #2
0
 /// <summary>
 /// Checks the provider initialize.
 /// </summary>
 private void CheckProviderInitialize()
 {
     if(_providers == null)
     {
         _providers = new EventProviderMediator();
         _providers.Initialize(this);
     }
 }