public void Stop() { helper.RestoreConfig(); proxy = null; port = -1; }
public void Start() { proxy = new MusicProxy(); port = proxy.Start(); }