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