コード例 #1
0
ファイル: StoryPoints.cs プロジェクト: corydeppen/ScrumTime
 public static List<int> All()
 {
     if (_Instance == null)
         _Instance = new StoryPoints();
     return _Instance._Points;
 }