コード例 #1
0
ファイル: gui.cs プロジェクト: 1059444127/dicom-to-mp4
        public static bool convert(string filename, ProgressWindow progform, string framerate = "4")
        {
            conv.convert(filename, progform, framerate);

            return(true);
        }