public RunningWnd(StartWnd p) { InitializeComponent(); parent = p; //Need to retrieve serverAddress from an external txt file or something. client = new Client("WORKER", this); }
public RegistrationWnd(StartWnd p) { InitializeComponent(); parent = p; }
public LoginWnd(StartWnd p) { InitializeComponent(); parent = p; }