mirror of
https://github.com/ReneLergner/WPinternals.git
synced 2026-06-16 12:20:12 +10:00
Code cleanup
This commit is contained in:
@@ -27,7 +27,7 @@ using System.Windows.Media;
|
||||
|
||||
namespace WPinternals
|
||||
{
|
||||
public class PathChangedEventArgs: EventArgs
|
||||
public class PathChangedEventArgs : EventArgs
|
||||
{
|
||||
public PathChangedEventArgs(string NewPath)
|
||||
: base()
|
||||
@@ -110,7 +110,7 @@ namespace WPinternals
|
||||
{
|
||||
return (string)GetValue(PathProperty);
|
||||
}
|
||||
set
|
||||
set
|
||||
{
|
||||
if ((string)GetValue(PathProperty) != value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user