コード例 #1
0
ファイル: movie.cs プロジェクト: gagandeepsandhu/videos1
        public movie()
        {
            InitializeComponent();
            int id = d.getmaxmovieid();

            textBox1.Text = id.ToString();
        }