Exemplo n.º 1
0
        private void btn1_Click_1(object sender, RoutedEventArgs e)
        {
            string strText1 = textBox1.Text.Trim();
            string strText2 = textBox2.Text.Trim();
            string ret      = ComTest.add("944CA448-AE53-47C8-84ED-80DBD799E3BD", "Simulation Transaction", int.Parse(strText1), int.Parse(strText2));

            textBox3.Text = String.Concat(ret);
        }
Exemplo n.º 2
0
        private void btn2_Click_1(object sender, RoutedEventArgs e)
        {
            string strText1 = textBox5.Text.Trim();
            string strText2 = textBox6.Text.Trim();
            string ret      = ComTest.multi("A0FD122E-58B0-4BC8-9CB9-31673DCC7DB8", "User Transaction", int.Parse(strText1), int.Parse(strText2));

            textBox7.Text = String.Concat(ret);
        }
Exemplo n.º 3
0
        private void btn2_Click_1(object sender, RoutedEventArgs e)
        {
            string strText1 = textBox5.Text.Trim();
            string strText2 = textBox6.Text.Trim();
            string ret      = ComTest.multi("B218DF77-16A0-44E7-A1D7-79394D0EA674", "User Transaction", int.Parse(strText1), int.Parse(strText2));

            textBox7.Text = String.Concat(ret);
        }
Exemplo n.º 4
0
        private void btn1_Click_1(object sender, RoutedEventArgs e)
        {
            string strText1 = textBox1.Text.Trim();
            string strText2 = textBox2.Text.Trim();
            string ret      = ComTest.add("D61A457C-DBEF-43DE-80F4-394703BD3D41", "Simulation Transaction", int.Parse(strText1), int.Parse(strText2));

            textBox3.Text = String.Concat(ret);
        }
Exemplo n.º 5
0
        private void btn1_Click_1(object sender, RoutedEventArgs e)
        {
            string strText1 = textBox1.Text.Trim();
            string strText2 = textBox2.Text.Trim();
            string ret      = ComTest.add("9F6E38B0-2657-443D-BCC1-1C3246221828", "Simulation Transaction", int.Parse(strText1), int.Parse(strText2));

            textBox3.Text = String.Concat(ret);
        }
Exemplo n.º 6
0
        private void btn2_Click_1(object sender, RoutedEventArgs e)
        {
            string strText1 = textBox5.Text.Trim();
            string strText2 = textBox6.Text.Trim();
            string ret      = ComTest.multi("ADCD6417-325B-4FED-911F-BEC7B2F50295", "User Transaction", int.Parse(strText1), int.Parse(strText2));

            textBox7.Text = String.Concat(ret);
        }
Exemplo n.º 7
0
        public MainWindow()
        {
            using (var test = new ViewTestEntities())
            {
                //TestData data=new TestData();
                //test.TestDatas.Add(data);
                //test.SaveChanges();
            }


            InitializeComponent();
            testView              = new TestView();
            ComTest               = new ComTest();
            QueryView             = new Query();
            HamburgerMenu.Content = testView;
        }