11 lines
119 B
C#
11 lines
119 B
C#
|
namespace System
|
||
|
{
|
||
|
internal class __ComObject
|
||
|
{
|
||
|
__ComObject ()
|
||
|
{
|
||
|
throw new NotSupportedException ();
|
||
|
}
|
||
|
}
|
||
|
}
|