Ejemplo n.º 1
0
        private void Button_Click_1(object sender, RoutedEventArgs e)
        {
            string password     = Trainee_Password.Password.ToString();
            bool   traineeFound = true;

            BE.Trainee trainee;
            try
            {
                trainee = bl.findTrainee(password);
            }
            catch (Exception ex)
            {
                if (ex.Message == "This trainee does not exists")
                {
                    MessageBox.Show("תלמיד יקר, אינך רשום במערכת", "", MessageBoxButton.OK, MessageBoxImage.Information);
                    traineeFound = false;
                }
            }
            if (traineeFound)
            {
                UpdateTrainee updateTrainee = new UpdateTrainee();
                updateTrainee.password = password; //העברת המידע לחלון הבא
                updateTrainee.Show();
                // Window updateTraineeWindow = new UpdateTrainee();
                //updateTrainee.func();
                // updateTraineeWindow.Show();
            }
        }
Ejemplo n.º 2
0
        //UPDATE DETAILS
        private void ButtonUpdateTrainee_Click(object sender, RoutedEventArgs e)
        {
            this.Close();
            UpdateTrainee upTrainee = new UpdateTrainee();

            upTrainee.receiveTrainee(currentTrainee);
            upTrainee.Show();
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.title = ((PLWPF.title)(target));
                return;

            case 2:
                this.details = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.showTainee_uc = ((PLWPF.showInfoAboutTrainee)(target));
                return;

            case 4:
                this.testFuture = ((System.Windows.Controls.TabItem)(target));
                return;

            case 5:
                this.viewTest_uc = ((PLWPF.ViewTest)(target));
                return;

            case 6:
                this.addTest_uc = ((PLWPF.AddAutoTest)(target));
                return;

            case 7:
                this.updateTrainee_uc = ((PLWPF.UpdateTrainee)(target));
                return;

            case 8:
                this.viewTests_uc = ((PLWPF.ViewTests)(target));
                return;

            case 9:
                this.AddLessonToTrainee_uc = ((PLWPF.AddLessonToTrainee)(target));
                return;
            }
            this._contentLoaded = true;
        }
Ejemplo n.º 4
0
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            try
            {
                //This is special to the password box, because it not depency property
                //And I dont have to worry about htis because password we just do one time.
                trainee._password = passwordBox.Password;

                bl.addTrainee(trainee);

                //The continue if there isnt excemption
                this.Close();

                UpdateTrainee upTrainee = new UpdateTrainee();
                upTrainee.receiveTrainee(trainee);
                upTrainee.Show();
            }
            catch (Exception ex)
            {
                MessageBox.Show(ex.Message);
            }
        }
Ejemplo n.º 5
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.title = ((PLWPF.title)(target));
                return;

            case 2:
                this.details = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.tabControl = ((System.Windows.Controls.TabControl)(target));

            #line 18 "..\..\AdminMainWindow.xaml"
                this.tabControl.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.TabControl_SelectionChanged);

            #line default
            #line hidden
                return;

            case 4:
                this.Home = ((System.Windows.Controls.TabItem)(target));

            #line 44 "..\..\AdminMainWindow.xaml"
                this.Home.GotFocus += new System.Windows.RoutedEventHandler(this.Home_GotFocus);

            #line default
            #line hidden
                return;

            case 5:
                this.img = ((System.Windows.Controls.Image)(target));
                return;

            case 6:
                this.Add = ((System.Windows.Controls.TabItem)(target));

            #line 65 "..\..\AdminMainWindow.xaml"
                this.Add.GotFocus += new System.Windows.RoutedEventHandler(this.Add_GotFocus);

            #line default
            #line hidden
                return;

            case 7:
                this.label = ((System.Windows.Controls.Label)(target));
                return;

            case 8:
                this.AddTest_uc = ((PLWPF.AddTest)(target));
                return;

            case 9:
                this.AddAutoTest_uc = ((PLWPF.AddAutoTest)(target));
                return;

            case 10:
                this.AddUser_uc = ((PLWPF.AddUser)(target));
                return;

            case 11:
                this.AddLessonToTrainee_uc = ((PLWPF.AddLessonToTrainee)(target));
                return;

            case 12:
                this.delete = ((System.Windows.Controls.TabItem)(target));

            #line 96 "..\..\AdminMainWindow.xaml"
                this.delete.GotFocus += new System.Windows.RoutedEventHandler(this.Delete_GotFocus);

            #line default
            #line hidden
                return;

            case 13:
                this.deleteTrainee_uc = ((PLWPF.DeleteTrainee)(target));
                return;

            case 14:
                this.deleteTester_uc = ((PLWPF.DeleteTester)(target));
                return;

            case 15:
                this.deleteTest_uc = ((PLWPF.DeleteTest)(target));
                return;

            case 16:
                this.update = ((System.Windows.Controls.TabItem)(target));

            #line 118 "..\..\AdminMainWindow.xaml"
                this.update.GotFocus += new System.Windows.RoutedEventHandler(this.Update_GotFocus);

            #line default
            #line hidden
                return;

            case 17:
                this.updateTrainee_uc = ((PLWPF.UpdateTrainee)(target));
                return;

            case 18:
                this.UpdateTester_uc = ((PLWPF.UpdateTester)(target));
                return;

            case 19:
                this.finishTest_uc = ((PLWPF.finishTest)(target));
                return;

            case 20:
                this.view = ((System.Windows.Controls.TabItem)(target));

            #line 140 "..\..\AdminMainWindow.xaml"
                this.view.GotFocus += new System.Windows.RoutedEventHandler(this.View_GotFocus);

            #line default
            #line hidden
                return;

            case 21:
                this.viewTraineeUserconrol = ((PLWPF.ViewTrainees)(target));
                return;

            case 22:
                this.viewTestersUsercontrol = ((PLWPF.ViewTesters)(target));
                return;

            case 23:
                this.ViewTest = ((PLWPF.ViewTests)(target));
                return;

            case 24:
                this.loginAs = ((System.Windows.Controls.TabItem)(target));

            #line 162 "..\..\AdminMainWindow.xaml"
                this.loginAs.GotFocus += new System.Windows.RoutedEventHandler(this.LoginAs_GotFocus);

            #line default
            #line hidden
                return;

            case 25:
                this.loginas = ((PLWPF.LoginAs)(target));
                return;

            case 26:
                this.statisticalTab = ((System.Windows.Controls.TabItem)(target));

            #line 172 "..\..\AdminMainWindow.xaml"
                this.statisticalTab.GotFocus += new System.Windows.RoutedEventHandler(this.StatisticalTab_GotFocus);

            #line default
            #line hidden
                return;

            case 27:
                this.statisticalInformation = ((PLWPF.StatisticalInformation)(target));
                return;

            case 28:
                this.game = ((System.Windows.Controls.TabItem)(target));

            #line 182 "..\..\AdminMainWindow.xaml"
                this.game.GotFocus += new System.Windows.RoutedEventHandler(this.Game_GotFocus);

            #line default
            #line hidden
                return;

            case 29:

            #line 190 "..\..\AdminMainWindow.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.StartGameClick);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Ejemplo n.º 6
0
        private void button2_Click(object sender, RoutedEventArgs e)
        {
            var window = new UpdateTrainee();

            window.ShowDialog();
        }