Beispiel #1
0
        private void Btn_login_Click(object sender, RoutedEventArgs e)
        {
            byte[] byteMsg = new byte[2];
            byteMsg[0] = 0x01;
            byteMsg[1] = 0x02;

            //TB_passwd.Text = byteMsg[1];
            Window tgs = new TGS();

            tgs.Show();
        }
Beispiel #2
0
        private void Button_Click2(object sender, RoutedEventArgs e)
        {
            Window a = new TGS();

            a.Show();
        }