using System; using System.Collections.Generic; using System.Text; using System.Windows.Forms; using System.ComponentModel; namespace DTXCreator.オプション関連 { public partial class Cオプションダイアログ : Form { public Cオプションダイアログ() { InitializeComponent(); } } }