Beispiel #1
0
 public static string GetTempPath()
 {
     if (_provider == null)
     {
         return(Path.GetTempPath());
     }
     return(_provider.GetTempPath());
 }