Esempio n. 1
0
 internal static FileMode Convert(OpenMode openMode)
 {
     return(SessionStateUtilities.GetFileModeFromOpenMode(openMode));
 }