public override void CopyFromVeeConfig(VeeConfigs vc) { base.CopyFromVeeConfig(vc); isUseOta = false; password = vc.auth1; method = vc.auth2; }
void CopyFrom(VeeConfigs source) { name = source.name; description = source.description; proto = source.proto; host = source.host; port = source.port; auth1 = source.auth1; auth2 = source.auth2; streamType = source.streamType; streamParam1 = source.streamParam1; streamParam2 = source.streamParam2; streamParam3 = source.streamParam3; tlsType = source.tlsType; useSelfSignCert = source.useSelfSignCert; tlsServName = source.tlsServName; }
public override void CopyFromVeeConfig(VeeConfigs vc) { base.CopyFromVeeConfig(vc); password = vc.auth1; }