Skip to content

Releases: kenuel0110/WPF-CSharp-Window-Template-with-Popup

v1.0.0

18 Mar 17:44
1c8c48e
Compare
Choose a tag to compare

Project description

This project is a simple template for C# WPF applications that includes the following basic functions:

  • Beautiful pop-up display
  • Saving window settings
  • Possibility of localization
  • Adding a keyboard shortcut

Also this project by default uses MaterialDesignThemes.Wpf and MaterialDesignColors.Wpf

And also .NetFramework 4.7.2

Installation

You do not need to re-write the basic structures and functions every time you create a project. Just download this repository

git clone https://github.com/kenuel0110/-WPF-C-Window-Template-With-Popup.git

This project was created to simplify the routine part of creating a new project. I'm sure that the implemented mechanics can be optimized even better and made more universal, so if you have any comments don't be afraid to share them

It’s not a fact that this solution will suit you, but in it you can easily spy on the implementation of certain basic mechanics