-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Some Errors Borderless Window Dragging Better Settings Force Audio Channel Mode Fixed Channel down from index 0
- Loading branch information
1 parent
95b0141
commit a0b081b
Showing
351 changed files
with
665 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// Copyright (c) 2019 Fox Council - MIT License - https://github.com/FoxCouncil/FoxIPTV | ||
|
||
namespace FoxIPTV.Classes | ||
{ | ||
public class Difference | ||
{ | ||
public string PropertyName { get; set; } | ||
|
||
public object ValueA { get; set; } | ||
|
||
public object ValueB { get; set; } | ||
|
||
public override string ToString() | ||
{ | ||
return $"{PropertyName} Changed {ValueA ?? "NULL"} -> {ValueB ?? "NULL"}"; | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.