⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{library}}

WPK is a [[Windows PowerShell|PowerShell]] module that enables the use of [[WPF]] for creating graphical user interfaces. WPF is usually used through XAML markup, WPK wraps creation of windows and controls in own cmdlets that can be nested. Event handlers can be attached simply by including another parameter. For the most part this results in code that's readable and compact. It also lends itself to quick prototyping much better than [[:Category:Windows Forms|Windows Forms]].

{{stub}}