internal void SetPool(Pool pool) { Connection = pool.Connection; bondSizeLimit = Helpers.BondSizeLimit(Connection); PopulateDataGridView(NetworkingHelper.GetAllPhysicalPIFs(pool)); ShowHideControls(); }
internal void SetHost(Host host) { Connection = host.Connection; bondSizeLimit = Helpers.BondSizeLimit(Connection); PopulateDataGridView(NetworkingHelper.GetAllPhysicalPIFs(host)); ShowHideControls(); }