Ejemplo n.º 1
0
 public bool PutSettings(IntvSettings o)
 {
     _settings = o;
     return(false);
 }
Ejemplo n.º 2
0
 public PutSettingsDirtyBits PutSettings(IntvSettings o)
 {
     _settings = o;
     return(PutSettingsDirtyBits.None);
 }