File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
projects/examples/client/Subscriber/properties Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
using System . Runtime . CompilerServices ;
3
3
using System . Runtime . InteropServices ;
4
4
5
- // General Information about an assembly is controlled through the following
5
+ // General Information about an assembly is controlled through the following
6
6
// set of attributes. Change these attribute values to modify the information
7
7
// associated with an assembly.
8
8
[ assembly: AssemblyTitle ( "Subscriber" ) ]
14
14
[ assembly: AssemblyTrademark ( "" ) ]
15
15
[ assembly: AssemblyCulture ( "" ) ]
16
16
17
- // Setting ComVisible to false makes the types in this assembly not visible
18
- // to COM components. If you need to access a type in this assembly from
17
+ // Setting ComVisible to false makes the types in this assembly not visible
18
+ // to COM components. If you need to access a type in this assembly from
19
19
// COM, set the ComVisible attribute to true on that type.
20
20
[ assembly: ComVisible ( false ) ]
21
21
You can’t perform that action at this time.
0 commit comments