コード例 #1
0
        void rbAuthorStandard_CheckedChanged(object sender, EventArgs e)
        {
            var radioButton = (RadioButton)sender;

            if (!radioButton.Checked)
            {
                return;
            }

            authorProcessorControl = (AuthorProcessorControl)radioButton.Tag;
        }
コード例 #2
0
		void rbAuthorStandard_CheckedChanged(object sender, EventArgs e)
		{
			var radioButton = (RadioButton) sender;
			if (!radioButton.Checked) return;

			authorProcessorControl = (AuthorProcessorControl) radioButton.Tag;
		}