Example #1
0
 public MetadataManager GetInstance()
 {
     if(that==null)
     {
         that = new MetadataManager();
     }
     return that;
 }