|
|
@ -4,7 +4,7 @@ |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
|
|
|
xmlns:core="http://icsharpcode.net/sharpdevelop/core" |
|
|
|
xmlns:core="http://icsharpcode.net/sharpdevelop/core" |
|
|
|
Title="Open From GAC" |
|
|
|
Title="Open From GAC" |
|
|
|
Style="{DynamicResource DialogWindow}" |
|
|
|
Style = "{x:Static core:GlobalStyles.DialogWindowStyle}" |
|
|
|
WindowStartupLocation="CenterOwner" |
|
|
|
WindowStartupLocation="CenterOwner" |
|
|
|
ResizeMode="CanResizeWithGrip" |
|
|
|
ResizeMode="CanResizeWithGrip" |
|
|
|
MinWidth="200" |
|
|
|
MinWidth="200" |
|
|
|