Exemplo n.º 1
0
 private void InitConfigurationDelegateIfRequired()
 {
     if (this._configurationDelegate == null)
     {
         this._configurationDelegate = new QueryStrategyConfiguration();
     }
 }
Exemplo n.º 2
0
 public SerializableObject()
 {
     this._configurationDelegate = null;
 }