コード例 #1
0
 private void CancelForm_Load(object sender, EventArgs e)
 {
     CancelForm_Timer.Start();               /* Start timer */
     CancelForm_BtnTimer.Start();            /* Start timer */
     CancelForm_PicBox.Enabled       = true; /* Enable picture box */
     CancelForm_OkThinButton.Enabled = true; /* Enable button */
 }