Exemplo n.º 1
0
        private void Table4_Click(object sender, RoutedEventArgs e)
        {
            TableNum t = new TableNum();

            t.Show();
            this.Close();
        }
Exemplo n.º 2
0
        public void Table1_Click(object sender, RoutedEventArgs e)
        {
            click1 = true;

            TableNum t = new TableNum();

            t.Show();
            this.Close();
        }