Exemple #1
0
        public MainWindow(bool[] a, ServicesReferences.Service1Client s, string user, string passwd)
        {
            this.Access = a;
            Service     = s;
            username    = user;
            password    = passwd;
            InitializeComponent();
            tabControl1.DataContext = this;
            workPlaceAirport        = Service.GetUserAirport(user, password);

            InitComponents();
        }