mmanela / diffplex

DiffPlex is Netstandard 1.0+ C# library to generate textual diffs.
Apache License 2.0
1.01k stars 184 forks source link

Full-support for Windows Forms application #78

Closed kingcean closed 3 years ago

kingcean commented 3 years ago

Add DiffViewer control (in DiffPlex.WindowsForms.Controls namespace) for Windows Forms application. The control is still in DiffPlex.Wpf.dll assembly because it is rendered by the WPF control via ElementHost in the internal implementation but wrap as a Windows Forms control, so that means,

Demo in Windows Forms application

And the new project DiffPlex.WindowsForms.Demo is to demo how to use (#51). So the old demo (#66) is removed from the solution.