Esempio n. 1
0
        public static string _Slide(string i, string pathsub, string pathimage, string timeslide, string pathvoice, string timevoice)
        {
            string ex = "";

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