Automobile.Mobile.Framework.Browser.ProxyBrowser.ProxyBrowser C# (CSharp) Метод

ProxyBrowser() публичный Метод

public ProxyBrowser ( IProxyDevice owner ) : Automobile.Mobile.Framework.Commands
owner IProxyDevice
Результат Automobile.Mobile.Framework.Commands
        public ProxyBrowser(IProxyDevice owner)
        {
            _owner = owner;
        }