Ejemplo n.º 1
0
 public static AttachmentHelper Get()
 {
     if (attHelper == null)
     {
         attHelper = new AttachmentHelper();
     }
     return(attHelper);
 }
Ejemplo n.º 2
0
 public void Dispose()
 {
     FileCache.Clear();
     FileCache = null;
     attHelper = null;
 }