コード例 #1
0
 private void ChangeRefreshMethod()
 {
     if (RadioButton)
     {
         Dt.Start();
     }
     else
     {
         Dt.Stop();
     }
 }