private void SetPhotoFormState(PhotoFormStates theState) { _photoFormState = theState; labelResultMsg.Text = PhotoFormMsgs[(int)_photoFormState]; }
private void SetPhotoFormState(PhotoFormStates theState) { this._photoFormState = theState; this.labelResultMsg.Text = FormEditArtical._photoFormMsgs[(int)_photoFormState]; }