コード例 #1
0
ファイル: NotesCommand.cs プロジェクト: Schumix/Schumix2
 public Notes(string ServerName, NameList nl)
     : base(ServerName)
 {
     _servername = ServerName;
     sNameList = nl;
 }
コード例 #2
0
ファイル: IrcHandler.cs プロジェクト: Schumix/Schumix2
 public IrcHandler(string ServerName, Functions fs)
     : base(ServerName)
 {
     sFunctions = fs;
     sNameList = new NameList(ServerName, fs);
 }