コード例 #1
0
ファイル: PDBOperation.svc.cs プロジェクト: sunnamkim/doc
        public bool UploadSP3D(string filePath)
        {
            MainClass main = new MainClass(filePath);
            main.Upload(1);

            return true;
        }