예제 #1
0
 public void RemoveOptionValue(IDhcpServerOptionValue value)
 => DhcpServerOptionValue.DeleteScopeOptionValue(Scope, (DhcpServerOptionValue)value);
예제 #2
0
 public void RemoveOptionValue(DhcpServerOptionIds optionId)
 => DhcpServerOptionValue.DeleteScopeOptionValue(Scope, (int)optionId);