C# Class SimoBot.Server

Mostrar archivo Open project: code-n-beer/SimoBot Class Usage Examples

Public Properties

Property Type Description
channels List
server string

Public Methods

Method Description
Server ( string server, List channels ) : System

Method Details

Server() public method

public Server ( string server, List channels ) : System
server string
channels List
return System

Property Details

channels public_oe property

public List channels
return List

server public_oe property

public string server
return string