Esempio n. 1
0
 private void Clean() => _source = null;
Esempio n. 2
0
 public TablatureBuilder(DomainModel.Tablature tab)
 {
     _source = tab;
 }