Authentiqr.NET.frmPatternLock.frmPatternLock C# (CSharp) Method

frmPatternLock() public method

public frmPatternLock ( Settings settings ) : Authentiqr.NET.Code
settings Settings
return Authentiqr.NET.Code
        public frmPatternLock(Settings settings)
        {
            InitializeComponent();
            this.settings = settings;
            this.StartPosition = FormStartPosition.Manual;
            this.Top = settings.PatternWindowTop;
            this.Left = settings.PatternWindowLeft;
            constructing = false;
        }