Exemplo n.º 1
0
 /// <summary>
 /// Returns a ptr to the _GParamFactory. ParamFactory is loaded on demand only.
 /// </summary>
 static public TParameterXMLFactory ParamXMLFactory()
 {
     if (_GParamFactory == null)
     {
         _GParamFactory = new TParameterXMLFactory();
     }
     return(_GParamFactory);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Returns a ptr to the _GParamFactory. ParamFactory is loaded on demand only.
 /// </summary>
 public static TParameterXMLFactory ParamXMLFactory()
 {
     if (_GParamFactory == null)
         _GParamFactory = new TParameterXMLFactory();
     return _GParamFactory;
 }