Configurator.HostsTreeViewer.HostsTreeViewer C# (CSharp) Method

HostsTreeViewer() public method

public HostsTreeViewer ( Controller controller ) : System
controller Configurator.code.Controller
return System
        public HostsTreeViewer(Controller controller)
        {
            this.controller = controller;
        }