I am currently starting a C# project in which I am modelling a simple ATM machine, and will therefore need several screens. I have run into the problem of passing data betwe
Pass the whole window this will be MainWindow
Window2 newWindow = new Window2(this);