From c99d8ed910485035d28101c472ba3e5ebf75b868 Mon Sep 17 00:00:00 2001 From: Maff Date: Tue, 29 Oct 2019 23:43:33 +0000 Subject: [PATCH] implement login functionality, voting, account storage via windows credential manager, secure credential entry via windows CredUI, autologon on startup, always-on-top button, slight UI adjustments as well --- WinPlaza/MainWindow.xaml | 137 ++++++++++++++++++------------------ WinPlaza/MainWindow.xaml.cs | 80 ++++++++++++++++++--- WinPlaza/SNSigningKey.snk | Bin 0 -> 596 bytes WinPlaza/WinPlaza.csproj | 14 +++- WinPlaza/packages.config | 1 + libplaza/Main.cs | 77 +++++++++++++++++++- 6 files changed, 230 insertions(+), 79 deletions(-) create mode 100644 WinPlaza/SNSigningKey.snk diff --git a/WinPlaza/MainWindow.xaml b/WinPlaza/MainWindow.xaml index d0ec138..e157e9a 100644 --- a/WinPlaza/MainWindow.xaml +++ b/WinPlaza/MainWindow.xaml @@ -5,71 +5,74 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:WinPlaza" mc:Ignorable="d" - Title="Nightwave.Net" Height="200" Width="480" Background="#FFF0F0F0" ResizeMode="CanMinimize" Deactivated="Window_Deactivated" Activated="Window_Activated" UseLayoutRounding="True" Closing="Window_Closing"> - - - - - - - - - - - - - - - - - - - - - -