Schumix.CalendarAddon.CalendarFunctions.CalendarFunctions C# (CSharp) Method

CalendarFunctions() public method

public CalendarFunctions ( string ServerName ) : System
ServerName string
return System
        public CalendarFunctions(string ServerName)
        {
            _servername = ServerName;
        }