private void ConditionCancelButton_Click(object sender, System.EventArgs e) { UINavigator.NavigateToSurveyPrivacyOptions(SurveyId, MenuIndex); }
private void AddRuleButton_Click(object sender, System.EventArgs e) { AddUpdateMessageCondition(false); UINavigator.NavigateToSurveyPrivacyOptions(SurveyId, MenuIndex); }