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