You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
751 B
16 lines
751 B
<?xml version="1.0" encoding="utf-8"?> |
|
<gui:OptionPanel |
|
x:Class="CSharpBinding.OptionPanels.CSharpFormattingOptionPanel" |
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
xmlns:sd="http://icsharpcode.net/sharpdevelop/core" |
|
xmlns:core="http://icsharpcode.net/sharpdevelop/core" |
|
xmlns:gui="clr-namespace:ICSharpCode.SharpDevelop.Gui;assembly=ICSharpCode.SharpDevelop" |
|
xmlns:project="clr-namespace:ICSharpCode.SharpDevelop.Project;assembly=ICSharpCode.SharpDevelop" |
|
xmlns:local="clr-namespace:CSharpBinding.OptionPanels" |
|
xmlns:widgets="http://icsharpcode.net/sharpdevelop/widgets"> |
|
|
|
<Grid> |
|
<local:CSharpFormattingEditor Margin="0,0,0,0" /> |
|
</Grid> |
|
</gui:OptionPanel> |