private void ClientForm_Load(object sender, EventArgs e) { Print("Initializing client."); DLLManager.Listen(); DLLManager.SetProcess(); Task.Factory.StartNew(() => DLLManager.StartDLLs()); ColorList.SelectedIndex = 0; Print("Client initialized."); }