Searched defs:_resMgr (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CS/7zip/Compress/LzmaAlone/Properties/
H A DResources.cs27 private static System.Resources.ResourceManager _resMgr; field in class:LzmaAlone.Properties.Resources
44 if ((_resMgr == null))
47 _resMgr = temp;
49 return _resMgr;

Completed in 105 milliseconds