Renamed / moved / updated the SFML.Net examples (still in progress... having troubles with SVN)

git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1560 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
LaurentGom 2010-09-01 21:17:24 +00:00
parent 002902319c
commit 2d83514452
28 changed files with 103 additions and 121 deletions

View file

@ -3,7 +3,7 @@ using System.Threading;
using SFML;
using SFML.Audio;
namespace sample_soundcapture
namespace sound_capture
{
static class Program
{