Пример #1
0
 public ModulesClientEnvironment(string jsonCommandUrl, string login, string password)
 {
     Default = this;
     new UserModule();
     JsonCommandServerUrl   = jsonCommandUrl;
     this.JsonCommandClient = new JsonCommandClient(JsonCommandServerUrl, login, password);
 }
Пример #2
0
        public Form1()
        {
            InitializeComponent();
            string urlAussen = "http://int.graule-technik.de:8075";

            _ClientEnvironment = new Modules.Cross.ModulesClientEnvironment("http://*****:*****@graule-technik.de", "res");
        }