예제 #1
0
 public static DBF GetInstance()
 {
     if (Instance == null)
     {
                      Instance = new DBF();
     }
                 return(Instance);
 }