C# Class fCraft.ConfigGUI.MainForm.IRCNetwork

Show file Open project: GlennMR/800craft

Public Properties

Property Type Description
IsNonEnglish bool
Name string
Port int

Public Methods

Method Description
IRCNetwork ( string name, string host ) : System
IRCNetwork ( string name, string host, int port, bool isNonEnglish ) : System

Method Details

IRCNetwork() public method

public IRCNetwork ( string name, string host ) : System
name string
host string
return System

IRCNetwork() public method

public IRCNetwork ( string name, string host, int port, bool isNonEnglish ) : System
name string
host string
port int
isNonEnglish bool
return System

Property Details

IsNonEnglish public property

public bool IsNonEnglish
return bool

Name public property

public string Name
return string

Port public property

public int Port
return int