mbsysde99

Results 2 issues of mbsysde99

I want to show `month of year` with `KryptonDateTimePicker` like this: **Image A (Expected)** ![image](https://user-images.githubusercontent.com/38758714/141661829-a7b0bdf4-29b0-4970-8194-e6054d77775c.png) With the following code, but the result is not as expected (no changes to `KryptonDateTimePicker`)....

enhancement
future
new feature

I created a winform application with **C#** and **SQLite-net** Database. The Application runs normally. I use this sqlcipher, because I encrypt this database. Install-Package sqlite-net-sqlcipher -Version 1.8.116 Then I want...