コード例 #1
0
        //this is a dvd

        private void BtnCreateDVD_Click(object sender, EventArgs e)
        {
            i = 3;
            FormController.CreateDVD(this);
        }