Example #1
0
        public RunningWnd(StartWnd p)
        {
            InitializeComponent();
            parent = p;
            //Need to retrieve serverAddress from an external txt file or something.

            client = new Client("WORKER", this);
        }
Example #2
0
 public RegistrationWnd(StartWnd p)
 {
     InitializeComponent();
     parent = p;
 }
Example #3
0
 public LoginWnd(StartWnd p)
 {
     InitializeComponent();
     parent = p;
 }