mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
Main sub pages also changed to better work with Main (but needs improvement) Added a Settings Page stub
7 lines
129 B
C#
7 lines
129 B
C#
namespace ModernKeePass.Interfaces
|
|
{
|
|
public interface ISelectableModel
|
|
{
|
|
bool IsSelected { get; set; }
|
|
}
|
|
} |