c# Coding Techniques
1 min readFeb 21, 2020
- Use System.Windows.Forms in WPF Application
- Solution Explorer: Solution -> Project -> Reference (Right click) -> Add Reference… -> check System.Windows.Forms


2. Add following code in the .cs file
using swf = System.Windows.Forms
