示例#1
0
 public static CurveManager GetInstance()
 {
     if (singleton == null)
     {
         singleton = new CurveManager();
     }
     return(singleton);
 }
示例#2
0
        public CurveFile(CurveManager manager)
        {
            this.manager = manager;

            this.fileIndex = new CurveIndexFile(this);
        }
示例#3
0
 public static CurveManager GetInstance()
 {
     if (singleton == null) { singleton = new CurveManager(); }
     return singleton;
 }
示例#4
0
        public CurveFile(CurveManager manager)
        {
            this.manager = manager;

            this.fileIndex = new CurveIndexFile(this);
        }