示例#1
0
 private void button2_Click(object sender, EventArgs e)
 {
     if (cDatabase.putDbData())
     {
         MessageBox.Show("データ取得完了しました。",
                         "GetUmatanOdds",
                         MessageBoxButtons.OK,
                         MessageBoxIcon.Information);
     }
     rtbData.Text = "";
 }