Ejemplo n.º 1
0
 public Form1()
 {
     InitializeComponent();
     currentMirevBalance += handler.Data();
     AddMoney_Click(null, EventArgs.Empty);
     SinceLabel.Text = $"Since {FIRST_DAY.Day}/{FIRST_DAY.Month}/{FIRST_DAY.Year}";
 }