Beispiel #1
0
 private void logoutBtn_Click(object sender, EventArgs e)
 {
     currCustomer = null;
     Reload_Form();
 }