TransactedCallback.cs 189 B

1234567891011
  1. //
  2. // System.Web.Util.TransactedCallback.cs
  3. //
  4. // Author:
  5. // Andreas Nahr ([email protected])
  6. //
  7. namespace System.Web.Util
  8. {
  9. public delegate void TransactedCallback ();
  10. }