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