13 lines
342 B
C#
13 lines
342 B
C#
![]() |
// Copyright (c) .NET Foundation and contributors. All rights reserved.
|
||
|
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
|
||
|
|
||
|
using System.Runtime.InteropServices;
|
||
|
|
||
|
namespace dia2
|
||
|
{
|
||
|
[ComImport]
|
||
|
[Guid("E6756135-1E65-4D17-8576-610761398C3C")]
|
||
|
public class DiaDataSource
|
||
|
{
|
||
|
}
|
||
|
}
|