コード例 #1
0
 private void Window_Closed(object sender, EventArgs e)
 {
     if (!cuentaSeleccionada.Equals(null))
     {
         WinCaller.cuentaSeleccione(cuentaSeleccionada);
     }
 }