diff --git a/source/csharp-example/App.config b/source/csharp-example/App.config new file mode 100644 index 0000000..d740e88 --- /dev/null +++ b/source/csharp-example/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/source/csharp-example/App.xaml b/source/csharp-example/App.xaml new file mode 100644 index 0000000..0a81ea8 --- /dev/null +++ b/source/csharp-example/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/source/csharp-example/App.xaml.cs b/source/csharp-example/App.xaml.cs new file mode 100644 index 0000000..4320d37 --- /dev/null +++ b/source/csharp-example/App.xaml.cs @@ -0,0 +1,25 @@ +////////////////////////////////////////////////////////////////////////////// +/// +/// C# example that manipulates mp3 audio files with SoundTouch library. +/// +/// Author : Copyright (c) Olli Parviainen +/// Author e-mail : oparviai 'at' iki.fi +/// SoundTouch WWW: http://www.surina.net/soundtouch +/// +//////////////////////////////////////////////////////////////////////////////// +// +// License for this source code file: Microsoft Public License(Ms-PL) +// +//////////////////////////////////////////////////////////////////////////////// + +using System.Windows; + +namespace csharp_example +{ + /// + /// Interaction logic for App.xaml + /// + public partial class App : Application + { + } +} diff --git a/source/csharp-example/MainWindow.xaml b/source/csharp-example/MainWindow.xaml new file mode 100644 index 0000000..cd9af03 --- /dev/null +++ b/source/csharp-example/MainWindow.xaml @@ -0,0 +1,31 @@ + + + + +