Exemplo n.º 1
0
 private void EditPosition_Click(object sender, RoutedEventArgs e)
 {
     using (var db = new ResourceModel())
     {
         MessageBox.Show(db.EditPosition(db.ConvertorObjectInInt(DGR.SelectedValue), TB_Title.Text));
     }
     Update();
 }