示例#1
0
 internal void SyncInternal(INetfilterAdapterClient client, IEnumerable <IpTablesRule> with, INetfilterSync <IpTablesRule> sync)
 {
     sync.SyncChainRules(client, with, this);
 }
示例#2
0
 internal void SyncInternal(IEnumerable <IpTablesRule> with,
                            INetfilterSync <IpTablesRule> sync)
 {
     sync.SyncChainRules(with, Rules);
 }