We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b6dd3 commit e6745beCopy full SHA for e6745be
MainDemo.Wpf/ExternalDependency/CodeDisplayer.dll
-621 KB
MainDemo.Wpf/MainWindow.xaml.cs
@@ -22,8 +22,7 @@ public MainWindow()
22
InitializeComponent();
23
XamlDisplayerPanel.Initialize(
24
source: XamlDisplayerPanel.SourceEnum.LoadFromRemote,
25
- defaultLocalPath:
26
- $@"C:\Users\User\Desktop\MaterialDesignXAMLToolKitNew\MaterialDesignInXamlToolkit\MainDemo.Wpf\",
+ defaultLocalPath: $@"C:\Users\User\Desktop\MaterialDesignXAMLToolKitNew\MaterialDesignInXamlToolkit\MainDemo.Wpf\",
27
defaultRemotePath: @"https://raw.githubusercontent.com/wongjiahau/MaterialDesignInXamlToolkit/New-Demo-2/MainDemo.Wpf/" ,
28
attributesToBeRemoved:
29
new List<string>()
0 commit comments