Browse Source
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/XmlEditor@4117 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61shortcuts
5 changed files with 32 additions and 53 deletions
@ -1,7 +0,0 @@
@@ -1,7 +0,0 @@
|
||||
<UserControl x:Class="ICSharpCode.XmlBinding.Gui.XmlTreeViewContainer" |
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"> |
||||
<Grid> |
||||
|
||||
</Grid> |
||||
</UserControl> |
@ -1,28 +0,0 @@
@@ -1,28 +0,0 @@
|
||||
using System; |
||||
using System.Collections.Generic; |
||||
using System.Text; |
||||
using System.Windows; |
||||
using System.Windows.Controls; |
||||
using System.Windows.Data; |
||||
using System.Windows.Documents; |
||||
using System.Windows.Input; |
||||
using System.Windows.Media; |
||||
using System.Windows.Media.Imaging; |
||||
using System.Windows.Navigation; |
||||
using System.Windows.Shapes; |
||||
|
||||
namespace ICSharpCode.XmlBinding.Gui |
||||
{ |
||||
/// <summary>
|
||||
/// Interaction logic for XmlTreeViewContainer.xaml
|
||||
/// </summary>
|
||||
|
||||
public partial class XmlTreeViewContainer : UserControl |
||||
{ |
||||
public XmlTreeViewContainer() |
||||
{ |
||||
InitializeComponent(); |
||||
} |
||||
|
||||
} |
||||
} |
Loading…
Reference in new issue