Beispiel #1
0
 private static PP getPP()
 {
     if (instance == null)
     {
         instance = new PP();
     }
     return(instance);
 }
Beispiel #2
0
 public LTCurve()
 {
     this.pp = PP.getPPArray();
 }