Ejemplo n.º 1
0
 private void TestSubscriber(FormatStorage.Formats format)
 {
     Success = true;
 }
Ejemplo n.º 2
0
 public void RaiseFormatChangedEvent(FormatStorage.Formats newFormat) => FormatChanged?.Invoke(newFormat);