mirror of
https://github.com/wismna/ModernKeePass.git
synced 2025-10-03 23:50:18 -04:00
12 lines
310 B
C#
12 lines
310 B
C#
![]() |
using ModernKeePass.Common;
|
|||
|
using ModernKeePassLib.Cryptography;
|
|||
|
|
|||
|
namespace ModernKeePass.ViewModels
|
|||
|
{
|
|||
|
public class OpenDatabaseUserControlVm: NotifyPropertyChangedBase
|
|||
|
{
|
|||
|
|
|||
|
//public double PasswordComplexityIndicator => QualityEstimation.EstimatePasswordBits(Password.ToCharArray());
|
|||
|
}
|
|||
|
}
|