Skip to content

Commit b0781ab

Browse files
committed
Change the SourceRouter configuration from local to remote
1 parent 79100ea commit b0781ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MainDemo.Wpf/Helper/SourceRouter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
namespace MaterialDesignDemo.Helper {
1212
public class SourceRouter {
1313
private string _typeName;
14-
private const bool GetFromLocalSource = true;
14+
private const bool GetFromLocalSource = false;
1515
public SourceRouter(string typeName) {
1616
_typeName = typeName;
1717
}

0 commit comments

Comments
 (0)