filmov
tv
C#: Creating a C# WPF Application

Показать описание
WPF is a technology that enables you to make Windows applications that can be installed on Windows computers and look like, say, Microsoft Word. Windows Forms was the old way to make Windows applications; today you want to use WPF. In this lesson, you will see how to create a simple calculator application in WPF, publish it as an .exe, and install it.