ALFA.ResourceManager.ResourceManager C# (CSharp) Méthode

ResourceManager() public méthode

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.
Résultat System
        public ResourceManager(string ModuleResName)
        {
            ModuleResourceName = ModuleResName;
        }