Пример #1
0
 public static void QuitarProducto(int ProdId)
 {
     GestionDataSetTableAdapters.QueriesTableAdapter QTA = new GestionDataSetTableAdapters.QueriesTableAdapter();
     QTA.BorrarProductoConAlerta(ProdId);
 }