Пример #1
0
 public void Invoke()
 {
     try
     {
         XmlModelHelper.RebindItemBindings(_context.GetBindingsForRebind());
         // just clear these out now that we are done with them.  Probably shouldn't matter, but a
         // bit more efficient in case _context is somehow re-used.
         _context.ClearBindingsForRebind();
     }
     catch (Exception e)
     {
         Debug.Fail(e.Message);
         throw;
     }
 }