diff options
Diffstat (limited to 'cs/demo/Ice/wpf/App.xaml.cs')
-rw-r--r-- | cs/demo/Ice/wpf/App.xaml.cs | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/cs/demo/Ice/wpf/App.xaml.cs b/cs/demo/Ice/wpf/App.xaml.cs new file mode 100644 index 00000000000..4f42b9a436a --- /dev/null +++ b/cs/demo/Ice/wpf/App.xaml.cs @@ -0,0 +1,25 @@ +// **********************************************************************
+//
+// Copyright (c) 2003-2009 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_LICENSE file included in this distribution.
+//
+// **********************************************************************
+
+using System;
+using System.Collections.Generic;
+using System.Configuration;
+using System.Data;
+using System.Linq;
+using System.Windows;
+
+namespace Ice.wpf.client
+{
+ /// <summary>
+ /// Interaction logic for App.xaml
+ /// </summary>
+ public partial class App : System.Windows.Application
+ {
+ }
+}
|