Example #1
0
 public LinkIOSetup create()
 {
     linkIO   = new LinkIOImp();
     serverIP = string.Empty;
     mail     = string.Empty;
     password = string.Empty;
     api_key  = string.Empty;
     cSharpBinarySerializer = false;
     return(this);
 }
Example #2
0
        public LinkIOSetup create()
        {
            linkIO = new LinkIOImp();
            serverIP = string.Empty;
            mail = string.Empty;
            password = string.Empty;
			api_key = string.Empty;
            cSharpBinarySerializer = false;
            return this;
        }