T
Tom Roach
Can someone show a (very!) simple C# example class that would implement the
following interface so that MyString could then be written/read from a VB
application?
interface MyInterface
{
string MyString
{
get;
set;
}
}
Thanks for your help!
following interface so that MyString could then be written/read from a VB
application?
interface MyInterface
{
string MyString
{
get;
set;
}
}
Thanks for your help!