public Sysop(IPEndPoint IP, string pass, string key) { current = this; mPassword = pass; mKey = key; Connect(IP,pass,key); }
public Sysop() { current = this; }