Category: wpf
-
First WPF application – simple login
I am trying to make an application with WPF( I do not have done this experiment before – windows forms were too easy). First attempt is to create a control for userlogin – a user can have name,password,and – if registers – email. All is done declaratively – but what effort! Let’s see: I will…