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 3291c19 commit caab443Copy full SHA for caab443
MainDemo.Wpf/ExternalDependency/CodeDisplayer.dll
-512 Bytes
MainDemo.Wpf/MainWindow.xaml.cs
@@ -21,10 +21,10 @@ public MainWindow()
21
{
22
InitializeComponent();
23
XamlDisplayerPanel.Initialize(
24
- source: XamlDisplayerPanel.SourceEnum.LoadFromLocal,
+ source: XamlDisplayerPanel.SourceEnum.LoadFromRemote,
25
defaultLocalPath:
26
$@"C:\Users\User\Desktop\MaterialDesignXAMLToolKitNew\MaterialDesignInXamlToolkit\MainDemo.Wpf\",
27
- defaultRemotePath: null,
+ defaultRemotePath: @"https://raw.githubusercontent.com/wongjiahau/MaterialDesignInXamlToolkit/New-Demo-2/MainDemo.Wpf/" ,
28
attributesToBeRemoved:
29
new List<string>()
30
0 commit comments