Example #1
0
 public void Init()
 {
     meiaccid       = new Accid();
     convertedAccid = new Accidental();
     meikey         = new KeyAccid();
     convertedkey   = new KeyAccidental();
 }
Example #2
0
 public void Cleanup()
 {
     meiaccid       = null;
     convertedAccid = null;
     meikey         = null;
     convertedkey   = null;
 }