实例介绍
以上是采用C#开发的,个人存放了很久,拿出来与喜欢C#的编程爱好者们分享。
【实例截图】
【核心代码】
C语音和视频聊天全源代码
└── C#语音和视频聊天全源代码
└── Video_CSharp
└── gowk
├── avt
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── avt.csproj
│ ├── avt.csproj.user
│ ├── Form1.cs
│ └── Form1.resx
├── Backup
│ ├── common
│ │ ├── API.cs
│ │ ├── API.resx
│ │ ├── AssemblyInfo.cs
│ │ ├── Character.cs
│ │ ├── Com.cs
│ │ ├── common.csproj
│ │ ├── common.csproj.user
│ │ ├── Enum.cs
│ │ ├── Hook.cs
│ │ ├── HotKey.cs
│ │ ├── SkinConfig.cs
│ │ └── Util.cs
│ ├── controls
│ │ ├── AlphaBlendTextBox.cs
│ │ ├── AlphaBlendTextBox.resx
│ │ ├── AssemblyInfo.cs
│ │ ├── BallonToolTip.cs
│ │ ├── BallonToolTip.resx
│ │ ├── BorderInfo.cs
│ │ ├── ColorUtility.cs
│ │ ├── ControlPaint.cs
│ │ ├── ControlPaint.resx
│ │ ├── controls.csproj
│ │ ├── controls.csproj.user
│ │ ├── ControlSetting.cs
│ │ ├── Editors.cs
│ │ ├── Editors.resx
│ │ ├── ExRichTextBox.cs
│ │ ├── GAlignment.cs
│ │ ├── GAnimateButton.cs
│ │ ├── GAnimateButton.resx
│ │ ├── GBaseCombo.cs
│ │ ├── GBaseCombo.resx
│ │ ├── GBorderStyle.cs
│ │ ├── GButton.cs
│ │ ├── GButton.resx
│ │ ├── GColor.cs
│ │ ├── GComboBox.cs
│ │ ├── GComboBox.resx
│ │ ├── GComboxBase.cs
│ │ ├── GContextMenu.cs
│ │ ├── GEditBase.cs
│ │ ├── GForm.cs
│ │ ├── GForm.resx
│ │ ├── GHeadControl.cs
│ │ ├── GImageCombox.cs
│ │ ├── GImage.cs
│ │ ├── GImage.resx
│ │ ├── GListView.cs
│ │ ├── GListViewFolder.cs
│ │ ├── GListViewFolder.resx
│ │ ├── GListViewItemCollection.cs
│ │ ├── GListViewItem.cs
│ │ ├── GListView.resx
│ │ ├── GMainMenu.cs
│ │ ├── GMainMenu.resx
│ │ ├── GMenuItem.cs
│ │ ├── GMenuItem.resx
│ │ ├── GNotifyIcon.cs
│ │ ├── GNotifyIcon.resx
│ │ ├── GPanel.cs
│ │ ├── GPanel.resx
│ │ ├── GRichTextBox.cs
│ │ ├── GRichTextBox.resx
│ │ ├── GScrollBar.cs
│ │ ├── GScrollBar.resx
│ │ ├── GTabControl.cs
│ │ ├── GTabControl.resx
│ │ ├── GTabPageCollection.cs
│ │ ├── GTabPage.cs
│ │ ├── GTextBox.cs
│ │ ├── GToolTip.cs
│ │ ├── GTooltipEX.cs
│ │ ├── GTooltipEX.resx
│ │ ├── GToolTip.resx
│ │ ├── GTransparentRichTextBox.cs
│ │ ├── IGControl.cs
│ │ ├── IGControl.resx
│ │ ├── NativeMethods.cs
│ │ ├── NativeTooltipWindow.cs
│ │ ├── State.cs
│ │ ├── UT.cs
│ │ ├── win32.cs
│ │ ├── Wizard.cs
│ │ └── Wizard.resx
│ ├── gowk
│ │ ├── ANGEL.ICO
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── forms
│ │ │ ├── AddUserForm.cs
│ │ │ ├── AddUserForm.resx
│ │ │ ├── AVForm.cs
│ │ │ ├── AVForm.resx
│ │ │ ├── AVWizardForm.cs
│ │ │ ├── AVWizardForm.resx
│ │ │ ├── CaptureForm.cs
│ │ │ ├── CaptureForm.resx
│ │ │ ├── CommonEmotionPanel.cs
│ │ │ ├── CommonEmotionPanel.resx
│ │ │ ├── ConsoleForm.cs
│ │ │ ├── ConsoleForm.resx
│ │ │ ├── EmotionForm.cs
│ │ │ ├── EmotionForm.resx
│ │ │ ├── ExpandableControl.cs
│ │ │ ├── ExpandableControl.resx
│ │ │ ├── FormCollection.cs
│ │ │ ├── GEmotionList.cs
│ │ │ ├── GEmotionList.resx
│ │ │ ├── GRichTextBoxEX.cs
│ │ │ ├── GRichTextBoxEX.resx
│ │ │ ├── info.gif
│ │ │ ├── login.cs
│ │ │ ├── LoginPanel.cs
│ │ │ ├── LoginPanel.resx
│ │ │ ├── login.resx
│ │ │ ├── MainForm.cs
│ │ │ ├── MainForm.resx
│ │ │ ├── MessageForm.cs
│ │ │ ├── MessageForm.resx
│ │ │ ├── NofityIconAnimateHelper.cs
│ │ │ ├── NofityIconAnimateHelper.resx
│ │ │ ├── PresenceForm2.cs
│ │ │ ├── PresenceForm2.resx
│ │ │ ├── PresenceForm.cs
│ │ │ ├── PresenceForm.resx
│ │ │ ├── profile
│ │ │ │ ├── VCardPage.cs
│ │ │ │ ├── VCardPage.resx
│ │ │ │ └── XMLFile1.xml
│ │ │ ├── ProfileForm.cs
│ │ │ ├── ProfileForm.resx
│ │ │ ├── ProxySetting.cs
│ │ │ ├── ProxySetting.resx
│ │ │ ├── RegistForm.cs
│ │ │ ├── RegistForm.resx
│ │ │ ├── SearchForm.cs
│ │ │ └── SearchForm.resx
│ │ ├── gowk.bmp
│ │ ├── gowk.csproj
│ │ ├── gowk.csproj.user
│ │ ├── Icon1.ico
│ │ ├── LoginForm.cs
│ │ ├── LoginForm.resx
│ │ ├── TX.cs
│ │ ├── TX.resx
│ │ ├── UserControl1.cs
│ │ ├── UserControl1.resx
│ │ ├── UserControl2.cs
│ │ └── UserControl2.resx
│ ├── gowk.core
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Chanel.cs
│ │ ├── Execeptions.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── gowk.core.csproj
│ │ ├── gowk.core.csproj.user
│ │ ├── IDGenerator.cs
│ │ ├── JabberClient.cs
│ │ ├── JabberEndPoint.cs
│ │ ├── JabberMessageWatcher.cs
│ │ ├── JabberStream.cs
│ │ ├── JabberStreamReader.cs
│ │ ├── JabberStreamWriter.cs
│ │ ├── Jid.cs
│ │ ├── managers
│ │ │ ├── AuthenticateManager.cs
│ │ │ ├── ManagerBase.cs
│ │ │ ├── ManagerCollection.cs
│ │ │ ├── MessageManager.cs
│ │ │ ├── PacketTracker.cs
│ │ │ ├── PresenceManager.cs
│ │ │ ├── RegistrationManager.cs
│ │ │ ├── RosterManager.cs
│ │ │ ├── SearchManager.cs
│ │ │ └── vCardManager.cs
│ │ ├── packets
│ │ │ ├── IQ.cs
│ │ │ ├── Message.cs
│ │ │ ├── Namespace.cs
│ │ │ ├── Packet.cs
│ │ │ ├── PacketType.cs
│ │ │ ├── Presence.cs
│ │ │ ├── querys
│ │ │ │ ├── AuthQuery.cs
│ │ │ │ ├── Query.cs
│ │ │ │ ├── RegisterQuery.cs
│ │ │ │ ├── RosterQuery.cs
│ │ │ │ └── SearchQuery.cs
│ │ │ ├── StanzaErrors.cs
│ │ │ ├── Stream.cs
│ │ │ └── VCardIQ.cs
│ │ ├── serizlize
│ │ │ ├── IQSerializerHelper.cs
│ │ │ ├── JabberSerizlizer.cs
│ │ │ ├── MessageSerizlizerHelper.cs
│ │ │ ├── PresenceSerializerHelper.cs
│ │ │ ├── SerizlizerHellperCollection.cs
│ │ │ └── SerizlizerHellper.cs
│ │ └── State.cs
│ ├── gowk.net
│ │ ├── App.ico
│ │ ├── AssemblyInfo.cs
│ │ ├── Form1.cs
│ │ ├── Form1.resx
│ │ ├── gowk.net.csproj
│ │ ├── gowk.net.csproj.user
│ │ ├── Proxy.cs
│ │ ├── Security
│ │ │ ├── Certificates
│ │ │ │ ├── CertificateChain.cs
│ │ │ │ ├── Certificate.cs
│ │ │ │ ├── CertificateException.cs
│ │ │ │ ├── CertificateStoreCollection.cs
│ │ │ │ ├── CertificateStore.cs
│ │ │ │ ├── CertificateStructures.cs
│ │ │ │ ├── CertificateVerificationResult.cs
│ │ │ │ ├── DistinguishedNameCollection.cs
│ │ │ │ └── DistinguishedName.cs
│ │ │ ├── Cryptography
│ │ │ │ ├── ARCFourManaged.cs
│ │ │ │ ├── ARCFourManagedTransform.cs
│ │ │ │ ├── CryptographyStructures.cs
│ │ │ │ ├── DataProtectionCryptoServiceProvider.cs
│ │ │ │ ├── HMAC.cs
│ │ │ │ ├── MD2CryptoServiceProvider.cs
│ │ │ │ ├── MD2.cs
│ │ │ │ ├── MD4CryptoServiceProvider.cs
│ │ │ │ ├── MD4.cs
│ │ │ │ ├── RC4CryptoServiceProvider.cs
│ │ │ │ ├── RC4.cs
│ │ │ │ ├── RC4UnmanagedTransform.cs
│ │ │ │ ├── RijndaelCryptoServiceProvider.cs
│ │ │ │ ├── RijndaelUnmanagedTransform.cs
│ │ │ │ ├── RIPEMD160.cs
│ │ │ │ ├── RIPEMD160Managed.cs
│ │ │ │ └── SymmetricKey.cs
│ │ │ ├── SecurityConstants.cs
│ │ │ ├── SecurityException.cs
│ │ │ ├── SecurityStructures.cs
│ │ │ ├── Ssl
│ │ │ │ ├── AsyncResult.cs
│ │ │ │ ├── RequestEventArgs.cs
│ │ │ │ ├── SecureNetworkStream.cs
│ │ │ │ ├── SecureSocket.cs
│ │ │ │ ├── SecureTcpClient.cs
│ │ │ │ ├── SecureTcpListener.cs
│ │ │ │ ├── SecurityOptions.cs
│ │ │ │ ├── Shared
│ │ │ │ │ ├── CipherSuites.cs
│ │ │ │ │ ├── ClientHandshakeLayer.cs
│ │ │ │ │ ├── CloneableHash.cs
│ │ │ │ │ ├── CompatibilityLayer.cs
│ │ │ │ │ ├── CompressionAlgorithm.cs
│ │ │ │ │ ├── HandshakeLayer.cs
│ │ │ │ │ ├── HandshakeMessage.cs
│ │ │ │ │ ├── MD5SHA1CryptoServiceProvider.cs
│ │ │ │ │ ├── RecordLayer.cs
│ │ │ │ │ ├── RecordMessage.cs
│ │ │ │ │ ├── RSAKeyTransform.cs
│ │ │ │ │ ├── ServerHandshakeLayer.cs
│ │ │ │ │ ├── SocketController.cs
│ │ │ │ │ ├── SslException.cs
│ │ │ │ │ ├── SslTypes.cs
│ │ │ │ │ ├── TransferItem.cs
│ │ │ │ │ └── XBuffer.cs
│ │ │ │ ├── Ssl3
│ │ │ │ │ ├── Ssl3CipherSuites.cs
│ │ │ │ │ ├── Ssl3ClientHandshakeLayer.cs
│ │ │ │ │ ├── Ssl3DeriveBytes.cs
│ │ │ │ │ ├── Ssl3HandshakeMac.cs
│ │ │ │ │ ├── Ssl3RecordMAC.cs
│ │ │ │ │ └── Ssl3ServerHandshakeLayer.cs
│ │ │ │ ├── SslStructures.cs
│ │ │ │ ├── Tls1
│ │ │ │ │ ├── ExpansionDeriveBytes.cs
│ │ │ │ │ ├── PseudoRandomDeriveBytes.cs
│ │ │ │ │ ├── Tls1CipherSuites.cs
│ │ │ │ │ ├── Tls1ClientHandshakeLayer.cs
│ │ │ │ │ └── Tls1ServerHandshakeLayer.cs
│ │ │ │ ├── VerifyEventArgs.cs
│ │ │ │ └── VirtualSocket.cs
│ │ │ └── SspiProvider.cs
│ │ └── Sockets
│ │ ├── GSecureSocket.cs
│ │ ├── GSocketBase.cs
│ │ ├── GSocks5TcpSocket.cs
│ │ ├── ISocket.cs
│ │ ├── ProxyException.cs
│ │ └── Socks5Util.cs
│ ├── gowk.sln
│ ├── gowk.suo
│ ├── multimedia
│ │ ├── AssemblyInfo.cs
│ │ ├── AudioDevice.cs
│ │ ├── AV.cs
│ │ ├── AV.resx
│ │ ├── AVStream.cs
│ │ ├── DrawDib.cs
│ │ ├── DrawDib.resx
│ │ ├── G729.cs
│ │ ├── ICM.cs
│ │ ├── ICM.resx
│ │ ├── Mixer.cs
│ │ ├── multimedia.csproj
│ │ ├── multimedia.csproj.user
│ │ ├── MultimediaException.cs
│ │ ├── SoundPlayer.cs
│ │ ├── UT.cs
│ │ ├── utiilities.cs
│ │ ├── VideoCapturer.cs
│ │ ├── VideoRender.cs
│ │ ├── WaveBufferEventHandler.cs
│ │ ├── WaveIn.cs
│ │ └── WaveOut.cs
│ └── utility
│ ├── AssemblyInfo.cs
│ ├── Diagnostics
│ │ └── Debug.cs
│ ├── Exception
│ │ └── Log.cs
│ ├── IO
│ │ ├── Mouse.cs
│ │ ├── Path.cs
│ │ └── Registry.cs
│ ├── net
│ │ └── Address.cs
│ ├── Setting.xml
│ ├── utility.csproj
│ └── utility.csproj.user
├── bin
│ ├── AxInterop.RichTextLib.dll
│ ├── AxInterop.SHDocVw.dll
│ ├── common.dll
│ ├── common.pdb
│ ├── controls.dll
│ ├── controls.pdb
│ ├── emotion
│ │ ├── 0.gif
│ │ ├── 10.gif
│ │ ├── 11.gif
│ │ ├── 12.gif
│ │ ├── 13.gif
│ │ ├── 14.gif
│ │ ├── 15.gif
│ │ ├── 16.gif
│ │ ├── 17.gif
│ │ ├── 18.gif
│ │ ├── 19.gif
│ │ ├── 1.gif
│ │ ├── 20.gif
│ │ ├── 21.gif
│ │ ├── 223.jpg
│ │ ├── 22.gif
│ │ ├── 23.gif
│ │ ├── 24.gif
│ │ ├── 25.gif
│ │ ├── 26.gif
│ │ ├── 27.gif
│ │ ├── 28.gif
│ │ ├── 29.gif
│ │ ├── 2.gif
│ │ ├── 30.gif
│ │ ├── 31.gif
│ │ ├── 32.gif
│ │ ├── 33.gif
│ │ ├── 34.gif
│ │ ├── 35.gif
│ │ ├── 36.gif
│ │ ├── 37.gif
│ │ ├── 38.gif
│ │ ├── 39.gif
│ │ ├── 3.gif
│ │ ├── 40.gif
│ │ ├── 41.gif
│ │ ├── 42.gif
│ │ ├── 43.gif
│ │ ├── 44.gif
│ │ ├── 45.gif
│ │ ├── 46.gif
│ │ ├── 47.gif
│ │ ├── 48.gif
│ │ ├── 49.gif
│ │ ├── 4.gif
│ │ ├── 50.gif
│ │ ├── 51.gif
│ │ ├── 52.gif
│ │ ├── 53.gif
│ │ ├── 54.gif
│ │ ├── 55.gif
│ │ ├── 56.gif
│ │ ├── 57.gif
│ │ ├── 58.gif
│ │ ├── 59.gif
│ │ ├── 5.gif
│ │ ├── 60.gif
│ │ ├── 61.gif
│ │ ├── 62.gif
│ │ ├── 63.gif
│ │ ├── 64.gif
│ │ ├── 65.gif
│ │ ├── 66.gif
│ │ ├── 67.gif
│ │ ├── 68.gif
│ │ ├── 69.gif
│ │ ├── 6.gif
│ │ ├── 70.gif
│ │ ├── 71.gif
│ │ ├── 72.gif
│ │ ├── 73.gif
│ │ ├── 74.gif
│ │ ├── 75.gif
│ │ ├── 76.gif
│ │ ├── 77.gif
│ │ ├── 78.gif
│ │ ├── 79.gif
│ │ ├── 7.gif
│ │ ├── 80.gif
│ │ ├── 81.gif
│ │ ├── 82.gif
│ │ ├── 83.gif
│ │ ├── 84.gif
│ │ ├── 85.gif
│ │ ├── 86.gif
│ │ ├── 87.gif
│ │ ├── 88.gif
│ │ ├── 89.gif
│ │ ├── 8.gif
│ │ ├── 90.gif
│ │ ├── 91.gif
│ │ ├── 92.gif
│ │ ├── 93.gif
│ │ ├── 94.gif
│ │ ├── 95.gif
│ │ └── 9.gif
│ ├── exception.log
│ ├── g729.dll
│ ├── gowk.core.dll
│ ├── gowk.core.pdb
│ ├── gowk.exe
│ ├── gowk.gowk
│ ├── gowk.net.dll
│ ├── gowk.pdb
│ ├── gowk.vshost.exe
│ ├── gowk.vshost.exe.manifest
│ ├── gowk.xml
│ ├── gruntime.dll
│ ├── Interop.RichTextLib.dll
│ ├── Interop.SHDocVw.dll
│ ├── multimedia.dll
│ ├── multimedia.pdb
│ ├── role
│ │ ├── !cid__1_019C000058B8002E5CA348256F11.gif
│ │ ├── !cid__1_031000005920002E5CA348256F11.gif
│ │ ├── !cid__1_052000005988002E5CA348256F11.gif
│ │ ├── !cid__1_072C00005988002E5CA348256F11.gif
│ │ ├── !cid__1_089000005988002E5CA348256F11.gif
│ │ ├── !cid__1_0A04000059F0002E5CA348256F11.gif
│ │ ├── !cid__1_0C10000059F0002E5CA348256F11.gif
│ │ └── !cid__1_112000005A58002E5CA348256F11.gif
│ ├── skins
│ │ └── default
│ │ ├── addimage.png
│ │ ├── b1.png
│ │ ├── b2.png
│ │ ├── b3.png
│ │ ├── bg.bmp
│ │ ├── blog.png
│ │ ├── camera.png
│ │ ├── capture.png
│ │ ├── closeA.bmp
│ │ ├── close.bmp
│ │ ├── closep.bmp
│ │ ├── dropdown.png
│ │ ├── email.png
│ │ ├── emotion.png
│ │ ├── exception.log
│ │ ├── font.png
│ │ ├── friend.png
│ │ ├── Head.png
│ │ ├── iconcustom.ico
│ │ ├── Iconhide.ico
│ │ ├── Iconhide.jpg
│ │ ├── IconNormal.ico
│ │ ├── IconNormal.jpg
│ │ ├── iconoffline.ico
│ │ ├── ItemBackroundp.png
│ │ ├── m1.png
│ │ ├── m2.png
│ │ ├── m3.png
│ │ ├── menudown.gif
│ │ ├── menuup.gif
│ │ ├── message.png
│ │ ├── micd.png
│ │ ├── mic.png
│ │ ├── mina.bmp
│ │ ├── min.bmp
│ │ ├── minp.bmp
│ │ ├── mobile.png
│ │ ├── picture.png
│ │ ├── plusa.bmp
│ │ ├── plus.bmp
│ │ ├── plusp.bmp
│ │ ├── progressbar.gif
│ │ ├── scene.png
│ │ ├── scrollbar_downarrowA.png
│ │ ├── scrollbar_downarrow.png
│ │ ├── scrollbar_downarrowp.png
│ │ ├── scrollbar_leftarrowa.png
│ │ ├── scrollbar_leftarrow.png
│ │ ├── scrollbar_leftarrowp.png
│ │ ├── scrollbar_rightarrowa.png
│ │ ├── scrollbar_rightarrow.png
│ │ ├── scrollbar_rightarrowp.png
│ │ ├── scrollbar_thumbA.png
│ │ ├── scrollbar_thumb.png
│ │ ├── scrollbar_thumbP.png
│ │ ├── scrollbar_uparrowA.png
│ │ ├── scrollbar_uparrow.png
│ │ ├── scrollbar_uparrowp.png
│ │ ├── send.png
│ │ ├── setting.xml
│ │ ├── speakerd.png
│ │ ├── speaker.png
│ │ ├── status1.png
│ │ ├── status2.png
│ │ ├── status3.png
│ │ ├── t1.png
│ │ ├── t2.png
│ │ ├── t3.png
│ │ ├── tempface.png
│ │ ├── 添加背景掠过.png
│ │ └── 添加背景正常.png
│ ├── utility.dll
│ ├── utility.pdb
│ └── 复件 gowk.xml
├── common
│ ├── API.cs
│ ├── API.resx
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ ├── common.dll
│ │ ├── common.pdb
│ │ ├── utility.dll
│ │ └── utility.pdb
│ ├── Character.cs
│ ├── Com.cs
│ ├── common.csproj
│ ├── common.csproj.user
│ ├── Configuration.cs
│ ├── Enum.cs
│ ├── Hook.cs
│ ├── HotKey.cs
│ ├── obj
│ │ ├── common.csproj.FileListAbsolute.txt
│ │ ├── common.csproj.FileList.txt
│ │ └── Debug
│ │ ├── common.csproj.FileListAbsolute.txt
│ │ ├── common.csproj.GenerateResource.Cache
│ │ ├── common.dll
│ │ ├── common.pdb
│ │ ├── gowk.common.API.resources
│ │ └── ResolveAssemblyReference.cache
│ ├── SkinConfig.cs
│ └── Util.cs
├── controls
│ ├── AlphaBlendTextBox.cs
│ ├── AlphaBlendTextBox.resx
│ ├── AssemblyInfo.cs
│ ├── BallonToolTip.cs
│ ├── BallonToolTip.resx
│ ├── bin
│ │ ├── common.dll
│ │ ├── common.pdb
│ │ ├── controls.dll
│ │ ├── controls.pdb
│ │ ├── utility.dll
│ │ └── utility.pdb
│ ├── BorderInfo.cs
│ ├── ColorUtility.cs
│ ├── ControlPaint.cs
│ ├── ControlPaint.resx
│ ├── controls.csproj
│ ├── controls.csproj.user
│ ├── ControlSetting.cs
│ ├── Editors.cs
│ ├── Editors.resx
│ ├── ExRichTextBox.cs
│ ├── GAlignment.cs
│ ├── GAnimateButton.cs
│ ├── GAnimateButton.resx
│ ├── GBaseCombo.cs
│ ├── GBaseCombo.resx
│ ├── GBorderStyle.cs
│ ├── GButton.cs
│ ├── GButton.resx
│ ├── GColor.cs
│ ├── GComboBox.cs
│ ├── GComboBox.resx
│ ├── GComboxBase.cs
│ ├── GContextMenu.cs
│ ├── GEditBase.cs
│ ├── GForm.cs
│ ├── GForm.resx
│ ├── GHeadControl.cs
│ ├── GImageCombox.cs
│ ├── GImage.cs
│ ├── GImage.resx
│ ├── GListView.cs
│ ├── GListViewFolder.cs
│ ├── GListViewFolder.resx
│ ├── GListViewItemCollection.cs
│ ├── GListViewItem.cs
│ ├── GListView.resx
│ ├── GMainMenu.cs
│ ├── GMainMenu.resx
│ ├── GMenuItem.cs
│ ├── GMenuItem.resx
│ ├── GNotifyIcon.cs
│ ├── GNotifyIcon.resx
│ ├── GPanel.cs
│ ├── GPanel.resx
│ ├── GRichTextBox.cs
│ ├── GRichTextBox.resx
│ ├── GScrollBar.cs
│ ├── GScrollBar.resx
│ ├── GTabControl.cs
│ ├── GTabControl.resx
│ ├── GTabPageCollection.cs
│ ├── GTabPage.cs
│ ├── GTextBox.cs
│ ├── GToolTip.cs
│ ├── GTooltipEX.cs
│ ├── GTooltipEX.resx
│ ├── GToolTip.resx
│ ├── GTransparentRichTextBox.cs
│ ├── IGControl.cs
│ ├── IGControl.resx
│ ├── NativeMethods.cs
│ ├── NativeTooltipWindow.cs
│ ├── obj
│ │ ├── controls.csproj.FileListAbsolute.txt
│ │ ├── controls.csproj.FileList.txt
│ │ └── Debug
│ │ ├── controls.csproj.FileListAbsolute.txt
│ │ ├── controls.csproj.GenerateResource.Cache
│ │ ├── controls.dll
│ │ ├── controls.pdb
│ │ ├── gowk.controls.ControlPaint.resources
│ │ ├── gowk.controls.GAnimateButton.resources
│ │ ├── gowk.controls.GBaseCombo.resources
│ │ ├── gowk.controls.GButton.resources
│ │ ├── gowk.controls.GComboBox.resources
│ │ ├── gowk.controls.GForm.resources
│ │ ├── gowk.controls.GImage.resources
│ │ ├── gowk.controls.GListViewFolder.resources
│ │ ├── gowk.controls.GListViewItemCollectionEditor.resources
│ │ ├── gowk.controls.GListView.resources
│ │ ├── gowk.controls.GMainMenu.resources
│ │ ├── gowk.controls.GMenuItem.resources
│ │ ├── gowk.controls.GNotifyIcon.resources
│ │ ├── gowk.controls.GPanel.resources
│ │ ├── gowk.controls.GRichTextBox.resources
│ │ ├── gowk.controls.GScrollBar.resources
│ │ ├── gowk.controls.GTabControl.resources
│ │ ├── gowk.controls.GTooltipEX.resources
│ │ ├── gowk.controls.GToolTip.resources
│ │ ├── gowk.controls.IGControl.resources
│ │ ├── gowk.controls.Wizard.resources
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── ToolTipLibrary.BallonToolTip.resources
│ │ └── ZBobb.AlphaBlendTextBox.resources
│ ├── State.cs
│ ├── UT.cs
│ ├── win32.cs
│ ├── Wizard.cs
│ └── Wizard.resx
├── gowk
│ ├── ANGEL.ICO
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── forms
│ │ ├── AddUserForm.cs
│ │ ├── AddUserForm.resx
│ │ ├── AVForm.cs
│ │ ├── AVForm.resx
│ │ ├── AVWizardForm.cs
│ │ ├── AVWizardForm.resx
│ │ ├── CaptureForm.cs
│ │ ├── CaptureForm.resx
│ │ ├── CommonEmotionPanel.cs
│ │ ├── CommonEmotionPanel.resx
│ │ ├── ConsoleForm.cs
│ │ ├── ConsoleForm.resx
│ │ ├── EmotionForm.cs
│ │ ├── EmotionForm.resx
│ │ ├── ExpandableControl.cs
│ │ ├── ExpandableControl.resx
│ │ ├── FormCollection.cs
│ │ ├── GEmotionList.cs
│ │ ├── GEmotionList.resx
│ │ ├── GRichTextBoxEX.cs
│ │ ├── GRichTextBoxEX.resx
│ │ ├── info.gif
│ │ ├── login.cs
│ │ ├── LoginPanel.cs
│ │ ├── LoginPanel.resx
│ │ ├── login.resx
│ │ ├── MainForm.cs
│ │ ├── MainForm.resx
│ │ ├── MessageForm.cs
│ │ ├── MessageForm.resx
│ │ ├── NofityIconAnimateHelper.cs
│ │ ├── NofityIconAnimateHelper.resx
│ │ ├── PresenceForm2.cs
│ │ ├── PresenceForm2.resx
│ │ ├── PresenceForm.cs
│ │ ├── PresenceForm.resx
│ │ ├── profile
│ │ │ ├── VCardPage.cs
│ │ │ ├── VCardPage.resx
│ │ │ └── XMLFile1.xml
│ │ ├── ProfileForm.cs
│ │ ├── ProfileForm.resx
│ │ ├── ProxySetting.cs
│ │ ├── ProxySetting.resx
│ │ ├── RegistForm.cs
│ │ ├── RegistForm.resx
│ │ ├── SearchForm.cs
│ │ ├── SearchForm.resx
│ │ ├── 副本 login.cs
│ │ ├── 副本 LoginPanel.cs
│ │ ├── 副本 LoginPanel.resx
│ │ ├── 副本 login.resx
│ │ ├── 副本 ProxySetting.cs
│ │ └── 副本 ProxySetting.resx
│ ├── gowk.bmp
│ ├── gowk.csproj
│ ├── gowk.csproj.user
│ ├── Icon1.ico
│ ├── LoginForm.cs
│ ├── LoginForm.resx
│ ├── MainForm.cs
│ ├── MainForm.resx
│ ├── obj
│ │ ├── Debug
│ │ │ ├── AxInterop.RichTextLib.dll
│ │ │ ├── AxInterop.SHDocVw.dll
│ │ │ ├── gowk.ANGEL.ICO
│ │ │ ├── gowk.csproj.FileListAbsolute.txt
│ │ │ ├── gowk.csproj.GenerateResource.Cache
│ │ │ ├── gowk.csproj.ResolveComReference.cache
│ │ │ ├── gowk.exe
│ │ │ ├── gowk.Form1.resources
│ │ │ ├── gowk.forms.AddUserForm.resources
│ │ │ ├── gowk.forms.AVForm.resources
│ │ │ ├── gowk.forms.AVWizardForm.resources
│ │ │ ├── gowk.forms.CaptureForm.resources
│ │ │ ├── gowk.forms.CommonEmotionPanel.resources
│ │ │ ├── gowk.forms.ConsoleForm.resources
│ │ │ ├── gowk.forms.EmotionForm.resources
│ │ │ ├── gowk.forms.ExpandableControl.resources
│ │ │ ├── gowk.forms.GEmotionList.resources
│ │ │ ├── gowk.forms.GRichTextBoxEX.resources
│ │ │ ├── gowk.forms.info.gif
│ │ │ ├── gowk.forms.LoginPanel.resources
│ │ │ ├── gowk.forms.Login.resources
│ │ │ ├── gowk.forms.MainForm.resources
│ │ │ ├── gowk.forms.MessageForm.resources
│ │ │ ├── gowk.forms.NofityIconAnimateHelper.resources
│ │ │ ├── gowk.forms.PresenceForm.resources
│ │ │ ├── gowk.forms.ProfileForm.resources
│ │ │ ├── gowk.forms.profile.VCardPage.resources
│ │ │ ├── gowk.forms.ProxySetting.resources
│ │ │ ├── gowk.forms.RegistForm.resources
│ │ │ ├── gowk.forms.SearchForm.resources
│ │ │ ├── gowk.LoginForm.resources
│ │ │ ├── gowk.pdb
│ │ │ ├── gowk.PresenceForm2.resources
│ │ │ ├── gowk.TX.resources
│ │ │ ├── gowk.UserControl1.resources
│ │ │ ├── gowk.UserControl2.resources
│ │ │ ├── Interop.RichTextLib.dll
│ │ │ ├── Interop.SHDocVw.dll
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── gowk.csproj.FileListAbsolute.txt
│ │ └── gowk.csproj.FileList.txt
│ ├── Program.cs
│ ├── TextFile1.txt
│ ├── TX.cs
│ ├── TX.resx
│ ├── UserControl1.cs
│ ├── UserControl1.resx
│ ├── UserControl2.cs
│ └── UserControl2.resx
├── gowk.core
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── common.dll
│ │ ├── common.pdb
│ │ ├── gowk.core.dll
│ │ ├── gowk.core.pdb
│ │ ├── gowk.net.dll
│ │ ├── gowk.net.pdb
│ │ ├── utility.dll
│ │ └── utility.pdb
│ ├── Chanel.cs
│ ├── Execeptions.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── gowk.core.csproj
│ ├── gowk.core.csproj.user
│ ├── gowk.core.suo
│ ├── gowk.sln
│ ├── gowk.suo
│ ├── IDGenerator.cs
│ ├── JabberClient.cs
│ ├── JabberEndPoint.cs
│ ├── JabberMessageWatcher.cs
│ ├── JabberStream.cs
│ ├── JabberStreamReader.cs
│ ├── JabberStreamWriter.cs
│ ├── Jid.cs
│ ├── managers
│ │ ├── AuthenticateManager.cs
│ │ ├── ManagerBase.cs
│ │ ├── ManagerCollection.cs
│ │ ├── MessageManager.cs
│ │ ├── PacketTracker.cs
│ │ ├── PresenceManager.cs
│ │ ├── RegistrationManager.cs
│ │ ├── RosterManager.cs
│ │ ├── SearchManager.cs
│ │ └── vCardManager.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── gowk.core.csproj.FileListAbsolute.txt
│ │ │ ├── gowk.core.csproj.GenerateResource.Cache
│ │ │ ├── gowk.core.dll
│ │ │ ├── gowk.core.Form1.resources
│ │ │ ├── gowk.core.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── gowk.core.csproj.FileListAbsolute.txt
│ │ └── gowk.core.csproj.FileList.txt
│ ├── packets
│ │ ├── Error.cs
│ │ ├── IQ.cs
│ │ ├── IQs
│ │ │ ├── AuthIQ.cs
│ │ │ ├── RegisterIQ.cs
│ │ │ └── RosterIQ.cs
│ │ ├── Message.cs
│ │ ├── Namespace.cs
│ │ ├── Packet.cs
│ │ ├── PacketType.cs
│ │ ├── Presence.cs
│ │ ├── querys
│ │ │ ├── AuthQuery.cs
│ │ │ ├── Query.cs
│ │ │ ├── RegisterQuery.cs
│ │ │ ├── RosterQuery.cs
│ │ │ └── SearchQuery.cs
│ │ ├── StanzaErrors.cs
│ │ ├── Stream.cs
│ │ └── VCardIQ.cs
│ ├── serizlize
│ │ ├── IQSerializerHelper.cs
│ │ ├── JabberSerizlizer.cs
│ │ ├── MessageSerizlizerHelper.cs
│ │ ├── PresenceSerializerHelper.cs
│ │ ├── SerizlizerHellperCollection.cs
│ │ └── SerizlizerHellper.cs
│ └── State.cs
├── gowk.net
│ ├── App.ico
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── gowk.net.dll
│ │ ├── gowk.net.pdb
│ │ ├── multimedia.dll
│ │ ├── multimedia.pdb
│ │ ├── utility.dll
│ │ └── utility.pdb
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── gowk.net.csproj
│ ├── gowk.net.csproj.user
│ ├── obj
│ │ ├── Debug
│ │ │ ├── gowk.net.csproj.FileListAbsolute.txt
│ │ │ ├── gowk.net.csproj.GenerateResource.Cache
│ │ │ ├── gowk.net.dll
│ │ │ ├── gowk.net.Form1.resources
│ │ │ ├── gowk.net.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── gowk.net.csproj.FileListAbsolute.txt
│ │ └── gowk.net.csproj.FileList.txt
│ ├── Proxy.cs
│ ├── Security
│ │ ├── Certificates
│ │ │ ├── CertificateChain.cs
│ │ │ ├── Certificate.cs
│ │ │ ├── CertificateException.cs
│ │ │ ├── CertificateStoreCollection.cs
│ │ │ ├── CertificateStore.cs
│ │ │ ├── CertificateStructures.cs
│ │ │ ├── CertificateVerificationResult.cs
│ │ │ ├── DistinguishedNameCollection.cs
│ │ │ └── DistinguishedName.cs
│ │ ├── Cryptography
│ │ │ ├── ARCFourManaged.cs
│ │ │ ├── ARCFourManagedTransform.cs
│ │ │ ├── CryptographyStructures.cs
│ │ │ ├── DataProtectionCryptoServiceProvider.cs
│ │ │ ├── HMAC.cs
│ │ │ ├── MD2CryptoServiceProvider.cs
│ │ │ ├── MD2.cs
│ │ │ ├── MD4CryptoServiceProvider.cs
│ │ │ ├── MD4.cs
│ │ │ ├── RC4CryptoServiceProvider.cs
│ │ │ ├── RC4.cs
│ │ │ ├── RC4UnmanagedTransform.cs
│ │ │ ├── RijndaelCryptoServiceProvider.cs
│ │ │ ├── RijndaelUnmanagedTransform.cs
│ │ │ ├── RIPEMD160.cs
│ │ │ ├── RIPEMD160Managed.cs
│ │ │ └── SymmetricKey.cs
│ │ ├── SecurityConstants.cs
│ │ ├── SecurityException.cs
│ │ ├── SecurityStructures.cs
│ │ ├── Ssl
│ │ │ ├── AsyncResult.cs
│ │ │ ├── RequestEventArgs.cs
│ │ │ ├── SecureNetworkStream.cs
│ │ │ ├── SecureSocket.cs
│ │ │ ├── SecureTcpClient.cs
│ │ │ ├── SecureTcpListener.cs
│ │ │ ├── SecurityOptions.cs
│ │ │ ├── Shared
│ │ │ │ ├── CipherSuites.cs
│ │ │ │ ├── ClientHandshakeLayer.cs
│ │ │ │ ├── CloneableHash.cs
│ │ │ │ ├── CompatibilityLayer.cs
│ │ │ │ ├── CompressionAlgorithm.cs
│ │ │ │ ├── HandshakeLayer.cs
│ │ │ │ ├── HandshakeMessage.cs
│ │ │ │ ├── MD5SHA1CryptoServiceProvider.cs
│ │ │ │ ├── RecordLayer.cs
│ │ │ │ ├── RecordMessage.cs
│ │ │ │ ├── RSAKeyTransform.cs
│ │ │ │ ├── ServerHandshakeLayer.cs
│ │ │ │ ├── SocketController.cs
│ │ │ │ ├── SslException.cs
│ │ │ │ ├── SslTypes.cs
│ │ │ │ ├── TransferItem.cs
│ │ │ │ └── XBuffer.cs
│ │ │ ├── Ssl3
│ │ │ │ ├── Ssl3CipherSuites.cs
│ │ │ │ ├── Ssl3ClientHandshakeLayer.cs
│ │ │ │ ├── Ssl3DeriveBytes.cs
│ │ │ │ ├── Ssl3HandshakeMac.cs
│ │ │ │ ├── Ssl3RecordMAC.cs
│ │ │ │ └── Ssl3ServerHandshakeLayer.cs
│ │ │ ├── SslStructures.cs
│ │ │ ├── Tls1
│ │ │ │ ├── ExpansionDeriveBytes.cs
│ │ │ │ ├── PseudoRandomDeriveBytes.cs
│ │ │ │ ├── Tls1CipherSuites.cs
│ │ │ │ ├── Tls1ClientHandshakeLayer.cs
│ │ │ │ └── Tls1ServerHandshakeLayer.cs
│ │ │ ├── VerifyEventArgs.cs
│ │ │ └── VirtualSocket.cs
│ │ └── SspiProvider.cs
│ └── Sockets
│ ├── GSecureSocket.cs
│ ├── GSocketBase.cs
│ ├── GSocks5TcpSocket.cs
│ ├── ISocket.cs
│ ├── ProxyException.cs
│ └── Socks5Util.cs
├── gowk.sln
├── gowk.suo
├── GXF
│ ├── App.config
│ ├── App.ico
│ ├── AssemblyColletion.cs
│ ├── AssemblyGen.cs
│ ├── AssemblyGenerator.cs
│ ├── AssemblyInfo.cs
│ ├── CodeParser.cs
│ ├── CodeStructure.cs
│ ├── DotNetScriptAssemblySectionHandler.cs
│ ├── DotNetScriptEngine.cs
│ ├── Engine.cs
│ ├── FileAssociation.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── GowkAttribute.cs
│ ├── GXF.csproj
│ ├── GXF.csproj.user
│ ├── GXF.suo
│ ├── MemberInvoker
│ │ ├── MemberInvokerBase.cs
│ │ ├── MemberInvokerCollection.cs
│ │ ├── MemberInvoker.cs
│ │ └── MemberInvokerForImage.cs
│ ├── ObjectCreator.cs
│ ├── ParserState.cs
│ ├── TypeShortcut
│ │ ├── TypeShortcutCollection.cs
│ │ └── TypeShortcut.cs
│ ├── UICreater.cs
│ ├── XmlElementParser
│ │ ├── CollectionParser.cs
│ │ ├── DotNetTypedEelementParser.cs
│ │ ├── DotNetXmlAttributeParser.cs
│ │ ├── Filter.cs
│ │ ├── MemberParser.cs
│ │ ├── XmlElementParserBaseCollecion.cs
│ │ └── XmlElementParserBase.cs
│ └── XmlLoader.cs
├── Icon11.ico
├── Icon1.ico
├── multimedia
│ ├── AssemblyInfo.cs
│ ├── AudioDevice.cs
│ ├── AV.cs
│ ├── AV.resx
│ ├── AVStream.cs
│ ├── bin
│ │ └── Debug
│ │ ├── common.dll
│ │ ├── common.pdb
│ │ ├── multimedia.dll
│ │ ├── multimedia.pdb
│ │ ├── utility.dll
│ │ └── utility.pdb
│ ├── DrawDib.cs
│ ├── DrawDib.resx
│ ├── G729.cs
│ ├── ICDraw.cs
│ ├── ICM.cs
│ ├── ICM.resx
│ ├── Mixer.cs
│ ├── multimedia.csproj
│ ├── multimedia.csproj.user
│ ├── MultimediaException.cs
│ ├── multimedia.sln
│ ├── multimedia.suo
│ ├── obj
│ │ ├── Debug
│ │ │ ├── gowk.multimedia.AV.resources
│ │ │ ├── gowk.multimedia.DrawDib.resources
│ │ │ ├── gowk.multimedia.ICBase.resources
│ │ │ ├── multimedia.csproj.FileListAbsolute.txt
│ │ │ ├── multimedia.csproj.GenerateResource.Cache
│ │ │ ├── multimedia.dll
│ │ │ ├── multimedia.pdb
│ │ │ └── ResolveAssemblyReference.cache
│ │ ├── multimedia.csproj.FileListAbsolute.txt
│ │ └── multimedia.csproj.FileList.txt
│ ├── SoundPlayer.cs
│ ├── UT.cs
│ ├── utiilities.cs
│ ├── VideoCapturer.cs
│ ├── VideoRender.cs
│ ├── WaveBufferEventHandler.cs
│ ├── WaveIn.cs
│ └── WaveOut.cs
├── readme.txt
├── UpgradeLog2.XML
├── UpgradeLog.XML
├── _UpgradeReport_Files
│ ├── UpgradeReport.css
│ ├── UpgradeReport_Minus.gif
│ ├── UpgradeReport_Plus.gif
│ └── UpgradeReport.xslt
├── utility
│ ├── AssemblyInfo.cs
│ ├── bin
│ │ └── Debug
│ │ ├── utility.dll
│ │ └── utility.pdb
│ ├── Compona.CoreLib.dll
│ ├── Diagnostics
│ │ └── Debug.cs
│ ├── Exception
│ │ └── Log.cs
│ ├── IO
│ │ ├── Mouse.cs
│ │ ├── Path.cs
│ │ └── Registry.cs
│ ├── net
│ │ └── Address.cs
│ ├── obj
│ │ ├── Debug
│ │ │ ├── utility.csproj.FileListAbsolute.txt
│ │ │ ├── utility.dll
│ │ │ └── utility.pdb
│ │ ├── utility.csproj.FileListAbsolute.txt
│ │ └── utility.csproj.FileList.txt
│ ├── org
│ │ ├── proxy
│ │ │ ├── AuthMethod.cs
│ │ │ ├── AuthNone.cs
│ │ │ ├── AuthUserPass.cs
│ │ │ ├── IAsyncProxyResult.cs
│ │ │ ├── ProxyException.cs
│ │ │ ├── ProxySocket.cs
│ │ │ ├── Socks4Handler.cs
│ │ │ ├── Socks5Handler.cs
│ │ │ ├── SocksHandler.cs
│ │ │ └── TestApp.cs
│ │ └── Security
│ │ ├── Certificates
│ │ │ ├── CertificateChain.cs
│ │ │ ├── Certificate.cs
│ │ │ ├── CertificateException.cs
│ │ │ ├── CertificateStoreCollection.cs
│ │ │ ├── CertificateStore.cs
│ │ │ ├── CertificateStructures.cs
│ │ │ ├── CertificateVerificationResult.cs
│ │ │ ├── DistinguishedNameCollection.cs
│ │ │ └── DistinguishedName.cs
│ │ ├── Cryptography
│ │ │ ├── ARCFourManaged.cs
│ │ │ ├── ARCFourManagedTransform.cs
│ │ │ ├── CryptographyStructures.cs
│ │ │ ├── DataProtectionCryptoServiceProvider.cs
│ │ │ ├── HMAC.cs
│ │ │ ├── MD2CryptoServiceProvider.cs
│ │ │ ├── MD2.cs
│ │ │ ├── MD4CryptoServiceProvider.cs
│ │ │ ├── MD4.cs
│ │ │ ├── RC4CryptoServiceProvider.cs
│ │ │ ├── RC4.cs
│ │ │ ├── RC4UnmanagedTransform.cs
│ │ │ ├── RijndaelCryptoServiceProvider.cs
│ │ │ ├── RijndaelUnmanagedTransform.cs
│ │ │ ├── RIPEMD160.cs
│ │ │ ├── RIPEMD160Managed.cs
│ │ │ └── SymmetricKey.cs
│ │ ├── SecurityConstants.cs
│ │ ├── SecurityException.cs
│ │ ├── SecurityStructures.cs
│ │ ├── Ssl
│ │ │ ├── AsyncResult.cs
│ │ │ ├── RequestEventArgs.cs
│ │ │ ├── SecureNetworkStream.cs
│ │ │ ├── SecureSocket.cs
│ │ │ ├── SecureTcpClient.cs
│ │ │ ├── SecureTcpListener.cs
│ │ │ ├── SecurityOptions.cs
│ │ │ ├── Shared
│ │ │ │ ├── CipherSuites.cs
│ │ │ │ ├── ClientHandshakeLayer.cs
│ │ │ │ ├── CloneableHash.cs
│ │ │ │ ├── CompatibilityLayer.cs
│ │ │ │ ├── CompressionAlgorithm.cs
│ │ │ │ ├── HandshakeLayer.cs
│ │ │ │ ├── HandshakeMessage.cs
│ │ │ │ ├── MD5SHA1CryptoServiceProvider.cs
│ │ │ │ ├── RecordLayer.cs
│ │ │ │ ├── RecordMessage.cs
│ │ │ │ ├── RSAKeyTransform.cs
│ │ │ │ ├── ServerHandshakeLayer.cs
│ │ │ │ ├── SocketController.cs
│ │ │ │ ├── SslException.cs
│ │ │ │ ├── SslTypes.cs
│ │ │ │ ├── TransferItem.cs
│ │ │ │ └── XBuffer.cs
│ │ │ ├── Ssl3
│ │ │ │ ├── Ssl3CipherSuites.cs
│ │ │ │ ├── Ssl3ClientHandshakeLayer.cs
│ │ │ │ ├── Ssl3DeriveBytes.cs
│ │ │ │ ├── Ssl3HandshakeMac.cs
│ │ │ │ ├── Ssl3RecordMAC.cs
│ │ │ │ └── Ssl3ServerHandshakeLayer.cs
│ │ │ ├── SslStructures.cs
│ │ │ ├── Tls1
│ │ │ │ ├── ExpansionDeriveBytes.cs
│ │ │ │ ├── PseudoRandomDeriveBytes.cs
│ │ │ │ ├── Tls1CipherSuites.cs
│ │ │ │ ├── Tls1ClientHandshakeLayer.cs
│ │ │ │ └── Tls1ServerHandshakeLayer.cs
│ │ │ ├── VerifyEventArgs.cs
│ │ │ └── VirtualSocket.cs
│ │ └── SspiProvider.cs
│ ├── Setting.xml
│ ├── ui
│ │ ├── skin
│ │ │ ├── DrawHelper.cs
│ │ │ ├── SkinAttribute.cs
│ │ │ ├── SkinFactory.cs
│ │ │ ├── Skinner.cs
│ │ │ ├── subclass
│ │ │ │ ├── ButtonSubClass.cs
│ │ │ │ └── FormSubClass.cs
│ │ │ └── SubClassBase.cs
│ │ ├── UIBase.cs
│ │ ├── UICreater.cs
│ │ ├── UICreater.resx
│ │ ├── UIFactory.cs
│ │ ├── UIManager.cs
│ │ └── UIManager.resx
│ ├── utility.csproj
│ ├── utility.csproj.user
│ ├── utilityD3E7A89FEB974A3B8D0279A717068223.idx
│ ├── utility.dll
│ ├── utility.mdx
│ ├── utility.pdb
│ └── utility.wdx
├── ymdg.net说明.txt
├── 源码帝国-中国网站源码下载基地.url
└── 说明.htm
102 directories, 1134 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论