摘要:
1 class VidyoPortalUserServiceWithAuthentication : VidyoPortalUserService 2 { 3 String _username; 4 String _password; 5 public VidyoPortalUserServiceWithAuthenticati... 阅读全文
摘要:
String To bytes bytes To String 阅读全文
摘要:
Vidyo32.VidyoClientInEventLogin Login = new Vidyo32.VidyoClientInEventLogin(); Login.portalUri = this.tbxIP.Text.Trim(); //"http://kaunas.vidyo.scandihealth.net"; Login.user... 阅读全文
摘要:
Winform Wpf 阅读全文
摘要:
1 /// 该函数设置由不同线程产生的窗口的显示状态 2 /// 3 /// 窗口句柄 4 /// 指定窗口如何显示。查看允许值列表,请查阅ShowWlndow函数的说明部分 5 /// 如果函数原来可见,返回值为非零;如果函数原来被隐藏,返回值为零 6 [DllImport("User32.dll")... 阅读全文