Example #1
0
        public ClientWindow()
        {
            InitializeComponent();

            // Starts method to read the client configuration from the xml file.
            // Create a xml configuration file if it doenst exist
            ClientFunctions.ClientStartPreparation();

            client = new AsynchronousClient();

            this.StartConnectingToServer();
        }