コード例 #1
0
ファイル: PP.cs プロジェクト: jposzepszynski/LT10
 private static PP getPP()
 {
     if (instance == null)
     {
         instance = new PP();
     }
     return(instance);
 }
コード例 #2
0
ファイル: LTCurve.cs プロジェクト: jposzepszynski/LT10
 public LTCurve()
 {
     this.pp = PP.getPPArray();
 }