OSDN Git Service

First commit of new Voice plugin.
authorMojito Sorbet <mojitotech@gmail.com>
Tue, 27 Oct 2009 21:19:45 +0000 (21:19 +0000)
committerMojito Sorbet <mojitotech@gmail.com>
Tue, 27 Oct 2009 21:19:45 +0000 (21:19 +0000)
commit6468a0453cc9731c4efeff01c3930daa471db235
tree8c5cf7981f85d2185f9eb296ecb21c028333368e
parent512e5eba0444edac15d1c7156755109b32116af2
First commit of new Voice plugin.

git-svn-id: https://radegast.googlecode.com/svn/trunk@382 f7a694da-4d33-11de-9ad6-1127a62b9fcd
14 files changed:
Radegast.sln
plugins/Radegast.Plugin.Demo/Radegast.Plugin.Demo.csproj
plugins/Radegast.Plugin.Voice/Properties/AssemblyInfo.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Voice/Radegast.Plugin.Voice.csproj [new file with mode: 0644]
plugins/Radegast.Plugin.Voice/Radegast.Plugin.Voice.sln [new file with mode: 0644]
plugins/Radegast.Plugin.Voice/Session.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Voice/SessionForm.Designer.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Voice/SessionForm.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Voice/SessionForm.resx [new file with mode: 0644]
plugins/Radegast.Plugin.Voice/SettingsForm.Designer.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Voice/SettingsForm.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Voice/SettingsForm.resx [new file with mode: 0644]
plugins/Radegast.Plugin.Voice/VoiceClient.cs [new file with mode: 0644]
plugins/Radegast.Plugin.Voice/VoiceControl.cs [new file with mode: 0644]