Beispiel #1
0
 public DebitarCC(Movimientos mov)
 {
     InitializeComponent();
     this.m = mov;
 }
Beispiel #2
0
 public Transferir(Movimientos mov)
 {
     InitializeComponent();
     this.m = mov;
 }
Beispiel #3
0
 public Acreditar(Movimientos mov)
 {
     InitializeComponent();
     this.m = mov;
 }
Beispiel #4
0
 public Form2(Movimientos mov)
 {
     InitializeComponent();
     this.m = mov;
 }