Example #1
0
 /// <summary>
 /// Create new instance of the class
 /// </summary>
 /// <returns>Data instance</returns>
 static public ActivityReader Instance()
 {
     if (_activityReader == null)
     {
         _activityReader = new ActivityReader();
     }
     return(_activityReader);
 }
Example #2
0
 /// <summary>
 /// Create new instance of the class
 /// </summary>
 /// <returns>Data instance</returns>
 static public ActivityReader Instance()
 {
     if (_activityReader == null)
         _activityReader = new ActivityReader();
     return _activityReader;
 }