|
@@ -276,6 +276,7 @@ namespace XdCxRhDW.App.UserControl
|
|
|
}
|
|
|
private void GridView2_FocusedRowObjectChanged(object sender, DevExpress.XtraGrid.Views.Base.FocusedRowObjectChangedEventArgs e)
|
|
|
{
|
|
|
+ mapControl1.DelFixedImg("Tx");
|
|
|
var posItem = (e.Row as PosRes);
|
|
|
if (posItem == null) return;
|
|
|
using (RHDWContext db = new RHDWContext())
|