コード例 #1
0
ファイル: TimelineDownloadv1.cs プロジェクト: sayrun/TestBox
        public TrackItem[] GetTrackItems(System.Windows.Forms.IWin32Window owner)
        {
            DownloadForm dl = new DownloadForm();

            dl.ShowDialog(owner);

            return new TrackItem[] { };
        }
コード例 #2
0
ファイル: TimelineDownloadv1.cs プロジェクト: sayrun/TestBox
        public TrackItem[] GetTrackItems(System.Windows.Forms.IWin32Window owner)
        {
            DownloadForm dl = new DownloadForm();

            dl.ShowDialog(owner);

            return(new TrackItem[] { });
        }