コード例 #1
0
        public void WeiboTest()
        {
            Channel channle = new Weibo(videoPath, coverPath, new string[] { "123", "321" }, title, introduction, null, null);

            channle.Operate();
            Console.ReadLine();
        }