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