Esempio n. 1
0
        public static MainClient GetMainClient(Miljoe miljoe)
        {
            MainClient client = new MainClient();

            client.Endpoint.Address = new System.ServiceModel.EndpointAddress(RKNet_Utils.GetEndpointAddress(miljoe));
            return(client);
        }