Skip to content

Commit e6745be

Browse files
committed
Replace local dependency to nuget
1 parent c2b6dd3 commit e6745be

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
Binary file not shown.

MainDemo.Wpf/MainWindow.xaml.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ public MainWindow()
2222
InitializeComponent();
2323
XamlDisplayerPanel.Initialize(
2424
source: XamlDisplayerPanel.SourceEnum.LoadFromRemote,
25-
defaultLocalPath:
26-
$@"C:\Users\User\Desktop\MaterialDesignXAMLToolKitNew\MaterialDesignInXamlToolkit\MainDemo.Wpf\",
25+
defaultLocalPath: $@"C:\Users\User\Desktop\MaterialDesignXAMLToolKitNew\MaterialDesignInXamlToolkit\MainDemo.Wpf\",
2726
defaultRemotePath: @"https://raw.githubusercontent.com/wongjiahau/MaterialDesignInXamlToolkit/New-Demo-2/MainDemo.Wpf/" ,
2827
attributesToBeRemoved:
2928
new List<string>()

0 commit comments

Comments
 (0)