예제 #1
0
 private void radio_right_CheckedChanged(object sender, EventArgs e)
 {
     if (this.radio_right.Checked)
     {
         vig = CommonEnum.Vigilance.right;
     }
 }
예제 #2
0
 private void radio_bottom_CheckedChanged(object sender, EventArgs e)
 {
     if (this.radio_bottom.Checked)
     {
         vig = CommonEnum.Vigilance.bottom;
     }
 }
예제 #3
0
 private void radio_top_CheckedChanged(object sender, EventArgs e)
 {
     if (this.radio_top.Checked)
     {
         vig = CommonEnum.Vigilance.top;
     }
 }