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