public void StopPlugin() { _pData.Stop(); _pData = null; }
public void StartPlugin() { _pData = new Production(); _pData.Start(); }