Exemplo n.º 1
0
 protected void CancelDelete()
 {
     if (_Property.ID > 0)
     {
         _PropertyManager.Delete(_Property.ID);
     }
     Finish();
 }