示例#1
0
        /// <summary>
        /// this method redirect to the Geographic engineering repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Geo(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/ufvjkv"
            };

            Content = browser;
        }
示例#2
0
        /// <summary>
        /// this method redirect to the Initial Education repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Educacion(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/FeSQuH"
            };

            Content = browser;
        }
示例#3
0
        /// <summary>
        /// this method redirect to the systems Finance repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Finanza(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/Umz8bn"
            };

            Content = browser;
        }
示例#4
0
        /// <summary>
        /// this method redirect to the Mecanics engineering repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Mecanica(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/zoSmRY"
            };

            Content = browser;
        }
示例#5
0
        /// <summary>
        /// this method redirect to the systems Foreign Trade repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Ceni(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/w3VPHj"
            };

            Content = browser;
        }
示例#6
0
        /// <summary>
        /// this method redirect to the Marketing repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Merca(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/qbyh8x"
            };

            Content = browser;
        }
示例#7
0
        /// <summary>
        /// this method redirect to the Automotive engineering repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Automotriz(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/qbvDu3"
            };

            Content = browser;
        }
示例#8
0
        /// <summary>
        /// this method redirect to the Instrumentation Electronics repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Tecelec(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/KMWgqa"
            };

            Content = browser;
        }
示例#9
0
        /// <summary>
        /// this method redirect to the systems engineering repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Sistemas(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/RRfE18",
            };

            Content = browser;
        }
示例#10
0
        /// <summary>
        /// this method redirect to the Mecatronic engineering repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Mecatronic(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/J773hS"
            };

            Content = browser;
        }
示例#11
0
        /// <summary>
        /// this method redirect to the Electromechanics repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Electrom(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/1BtdeH"
            };

            Content = browser;
        }
示例#12
0
        /// <summary>
        /// this method redirect to the IASA repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Iasa(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/Vrg2hM"
            };

            Content = browser;
        }
示例#13
0
        /// <summary>
        /// this method redirect to the Telecommunications repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Telecomunicaciones(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/XVAoti"
            };

            Content = browser;
        }
示例#14
0
        /// <summary>
        /// this method redirect to the Automation and Control repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Automatizacion(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/VjfxRc"
            };

            Content = browser;
        }
示例#15
0
        /// <summary>
        /// this method redirect to the systems Aeronautical Mechanics repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Aviones(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/xGjHMF"
            };

            Content = browser;
        }
示例#16
0
        /// <summary>
        /// this method redirect to the Commercial engineering repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Comercial(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/BWQ1vM"
            };

            Content = browser;
        }
示例#17
0
        /// <summary>
        /// this method redirect to the systems Aeronautics Motors repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Motores(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/hNu7Ae"
            };

            Content = browser;
        }
示例#18
0
        /// <summary>
        /// this method redirect to the Hotel Tourism Management repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Turistica(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/us5ngn"
            };

            Content = browser;
        }
示例#19
0
        /// <summary>
        /// this method redirect to the Biological engineering repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Bio(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/VFJC1c"
            };

            Content = browser;
        }
示例#20
0
        /// <summary>
        /// this method redirect to the systems Petrochemistry repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Petro(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/KSLv1V"
            };

            Content = browser;
        }
示例#21
0
        /// <summary>
        /// this method redirect to the Software engineering repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Software(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/k3c88N"
            };

            Content = browser;
        }
示例#22
0
        /// <summary>
        /// this method redirect to the Physics & Sports repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Fisica(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/kYDWXn"
            };

            Content = browser;
        }
示例#23
0
        /// <summary>
        /// this method redirect to the Civil engineering repository.
        /// <param name="sender">contains a reference to the control/object that raised the event</param>
        /// <param name="args">is the base class to contain the events thrown by the control</param>
        /// </summary>
        public void Civil(object sender, EventArgs args)
        {
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/XWgmHb"
            };

            Content = browser;
        }
示例#24
0
        /// <summary>
        /// this class redirect to the ESPE Students Regulations and ESPE License plates Regualtions
        /// </summary>
        public Rules()
        {
            Title = "Reglamentos";
            var browser = new PersonWebView
            {
                Uri = "https://goo.gl/wjpD7L",
            };

            Content = browser;
        }
示例#25
0
        public void TestUriSistemas()
        {
            PersonWebView expectedResult = new PersonWebView
            {
                Uri = "https://goo.gl/RRfE18"
            };
            var           expectedR = expectedResult.Uri;
            PersonWebView actualR   = new PersonWebView
            {
                Uri = "https://goo.gl/RRfE18"
            };
            var actualResult = actualR.Uri;

            Assert.AreEqual(actualResult, expectedR);
        }
示例#26
0
        public void TestUriMerca()
        {
            PersonWebView expectedResult = new PersonWebView
            {
                Uri = "https://goo.gl/qbyh8x"
            };
            var           expectedR = expectedResult.Uri;
            PersonWebView actualR   = new PersonWebView
            {
                Uri = "https://goo.gl/qbyh8x"
            };
            var actualResult = actualR.Uri;

            Assert.AreEqual(actualResult, expectedR);
        }
示例#27
0
        public void TestUriAviones()
        {
            PersonWebView expectedResult = new PersonWebView
            {
                Uri = "https://goo.gl/xGjHMF"
            };
            var           expectedR = expectedResult.Uri;
            PersonWebView actualR   = new PersonWebView
            {
                Uri = "https://goo.gl/xGjHMF"
            };
            var actualResult = actualR.Uri;

            Assert.AreEqual(actualResult, expectedR);
        }
示例#28
0
        public void TestUriEducacion()
        {
            PersonWebView expectedResult = new PersonWebView
            {
                Uri = "https://goo.gl/FeSQuH"
            };
            var           expectedR = expectedResult.Uri;
            PersonWebView actualR   = new PersonWebView
            {
                Uri = "https://goo.gl/FeSQuH"
            };
            var actualResult = actualR.Uri;

            Assert.AreEqual(actualResult, expectedR);
        }
示例#29
0
        public void TestUriFinanzas()
        {
            PersonWebView expectedResult = new PersonWebView
            {
                Uri = "https://goo.gl/GgAqYc"
            };
            var           expectedR = expectedResult.Uri;
            PersonWebView actualR   = new PersonWebView
            {
                Uri = "https://goo.gl/GgAqYc"
            };
            var actualResult = actualR.Uri;

            Assert.AreEqual(actualResult, expectedR);
        }
示例#30
0
        public void TestUriTecelec()
        {
            PersonWebView expectedResult = new PersonWebView
            {
                Uri = "https://goo.gl/KMWgqa"
            };
            var           expectedR = expectedResult.Uri;
            PersonWebView actualR   = new PersonWebView
            {
                Uri = "https://goo.gl/KMWgqa"
            };
            var actualResult = actualR.Uri;

            Assert.AreEqual(actualResult, expectedR);
        }