ALFA.ResourceManager.ResourceManager C# (CSharp) Метод

ResourceManager() публичный Метод

Create a new ResourceManager instance.
public ResourceManager ( string ModuleResName ) : System
ModuleResName string Optionally supplies the resource name /// of the module. If null, it will be attempted to be gotten from the /// command line of the server, but this can fail if the server was /// not started with -module on the command line.
Результат System
        public ResourceManager(string ModuleResName)
        {
            ModuleResourceName = ModuleResName;
        }