Example #1
0
 public NetworkForm(IrcClient client, MainForm mf)
 {
     InitializeComponent();
     _config = new Config();
     _mf = mf;
     FillInfo();
 }
Example #2
0
 public void saveAndRun(Config config)
 {
     ircClient = new IrcClient(config, this);
 }