public Settings(ClientView cv, string username, string ipAddr, string password, string port) { InitializeComponent(); this.client_view = cv; userText.Text = username; ipAddrText.Text = ipAddr; passwordText.Text = password; portText.Text = port; }
public Settings(ClientView cv) { InitializeComponent(); this.client_view = cv; }