Exemplo n.º 1
0
        public T AddClient <T>(object parentObject = null)
        {
            var f = new UaFactory(this);

            return(f.AddUaObject <T>(parentObject));
        }
Exemplo n.º 2
0
        public T CreateClient <T>(T uaObject, object parentObject = null)
        {
            var f = new UaFactory(this);

            return(f.CreateUaObject(uaObject, parentObject));
        }