Exemplo n.º 1
0
        /// <summary>
        /// Initializes a new instance of the <see cref="MainForm"/> class.
        /// </summary>
        public MainForm()
        {
            this.authorizationLogic = SWKM.Setup.IoC.Resolve<AuthorizationLogic>();

            InitializeComponent();
            this.SetRights();
        }
Exemplo n.º 2
0
        /// <summary>
        /// Initializes a new instance of the <see cref="ChangePasswordForm"/> class.
        /// </summary>
        public ChangePasswordForm()
        {
            this.authorizationLogic = SWKM.Setup.IoC.Resolve<AuthorizationLogic>();

            this.InitializeComponent();
        }