Browse Source

Remove wrong reference

pull/30/head
PeterForstmeier 14 years ago
parent
commit
2580df003a
  1. 2
      src/Main/Base/Project/Src/Editor/CodeCompletion/CodeCompletionPanelXaml.xaml

2
src/Main/Base/Project/Src/Editor/CodeCompletion/CodeCompletionPanelXaml.xaml

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:core="http://icsharpcode.net/sharpdevelop/core"
xmlns:gui="clr-namespace:ICSharpCode.SharpDevelop.Gui;assembly=ICSharpCode.SharpDevelop">
xmlns:gui="clr-namespace:ICSharpCode.SharpDevelop.Gui">
<Grid>
<Button Content="Hi"></Button>
</Grid>

Loading…
Cancel
Save