private void ReleaseGetValueWorkingTime() { if (_getvaluefromstore != null) { _getvaluefromstore.Hide(); _getvaluefromstore.Dispose(); _getvaluefromstore = null; } }
private void ViewGetValueWorkingTime() { if (_getvaluefromstore == null) { ReleaseStoreList(); ReleaseOpenCloseHoursControl(); ReleaseStoreStructure(); _getvaluefromstore = new UCGetValueFromStore(); _getvaluefromstore.Dock = DockStyle.Fill; _getvaluefromstore.Parent = pcClient; _getvaluefromstore.Show(); _getvaluefromstore.SetStoreContext(Context); } }