示例#1
0
        private void btGo_Click(object sender, EventArgs e)
        {
            // 秒取得
            int posSec = (int)nudGoPosSec.Value;

            // Goメソッド使用
            ParentForm.Go(posSec);
        }