Ejemplo n.º 1
0
        //******************************Tile Mouse Down **************************
        private void ActiveCountMouseDown(object sender, RoutedEventArgs e)
        {
            Withdraw withdraw = new Withdraw();

            withdraw.Show();
        }