Schumix.ExtraAddon.Commands.Functions.Functions C# (CSharp) Метод

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

public Functions ( string ServerName ) : System
ServerName string
Результат System
        public Functions(string ServerName)
            : base(ServerName)
        {
            _servername = ServerName;
        }