コード例 #1
0
ファイル: ActivityReader.cs プロジェクト: priyyyamm/tracks
 /// <summary>
 /// Create new instance of the class
 /// </summary>
 /// <returns>Data instance</returns>
 static public ActivityReader Instance()
 {
     if (_activityReader == null)
     {
         _activityReader = new ActivityReader();
     }
     return(_activityReader);
 }
コード例 #2
0
ファイル: ActivityReader.cs プロジェクト: x01673/tracks
 /// <summary>
 /// Create new instance of the class
 /// </summary>
 /// <returns>Data instance</returns>
 static public ActivityReader Instance()
 {
     if (_activityReader == null)
         _activityReader = new ActivityReader();
     return _activityReader;
 }