| 12345678910111213 |
- //------------------------------------------------------------------------------
- // <copyright file="FillErrorEventHandler.cs" company="Microsoft">
- // Copyright (c) Microsoft Corporation. All rights reserved.
- // </copyright>
- // <owner current="true" primary="true">[....]</owner>
- // <owner current="true" primary="false">[....]</owner>
- //------------------------------------------------------------------------------
- namespace System.Data { // MDAC 59437
- public delegate void FillErrorEventHandler(object sender, FillErrorEventArgs e);
- }
|