예제 #1
0
파일: PP.cs 프로젝트: jposzepszynski/LT10
 private static PP getPP()
 {
     if (instance == null)
     {
         instance = new PP();
     }
     return(instance);
 }
예제 #2
0
 public LTCurve()
 {
     this.pp = PP.getPPArray();
 }