private void nudPlaySpd_ValueChanged(object sender, EventArgs e) { // 再生速度変更メソッド使用 ParentForm.CngPlaySpd((double)nudPlaySpd.Value); }