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

frmAccount() public method

public frmAccount ( Settings settings ) : System
settings Authentiqr.NET.Code.Settings
return System
        public frmAccount(Settings settings)
        {
            InitializeComponent();
            this.settings = settings;
            this.StartPosition = FormStartPosition.Manual;
            this.Top = settings.AccountWindowTop;
            this.Left = settings.AccountWindowLeft;
            constructing = false;
        }