예제 #1
0
        public static string _Slidemc(string i, string pathmc, string pathsub, string pathimage, string timeslide, string pathvoice, string timevoice)
        {
            string ex = "";

            WS_FakeAuto.WS_FakeAuto ds = new WS_FakeAuto.WS_FakeAuto();
            ex = ds._SildeMC(i, pathmc, pathsub, pathimage, timeslide, pathvoice, timevoice);
            return(ex);
        }