This website requires JavaScript.
Explore
Help
Sign In
wismna
/
modernkeepass
Watch
1
Star
0
Fork
0
You've already forked modernkeepass
mirror of
https://github.com/wismna/ModernKeePass.git
synced
2025-10-04 08:00:16 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7778e45debcd9cb02db1a6c3f968e9996522fe8c
modernkeepass
/
ModernKeePass.Domain
/
Interfaces
/
IIsEnabled.cs
8 lines
125 B
C#
Raw
Normal View
History
Unescape
Escape
Don't use mediator for App services (recent, resource, settings) WIP in View models
2020-03-28 16:13:17 +01:00
namespace
ModernKeePass.Domain.Interfaces
Main page now uses Frame to change views when selecting items Backgrounds unified Menu items can be disabled thanks to custom ListView control
2017-09-27 18:01:21 +02:00
{
public
interface
IIsEnabled
{
bool
IsEnabled
{
get
;
}
}
}
Reference in New Issue
Copy Permalink