Skip to content

Commit d2aecfa

Browse files
committed
Adds comment to explain lack of VB_Name attribute
1 parent 852b9ae commit d2aecfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Rubberduck.Core/UI/CodeExplorer/Commands/AddPredeclaredClassModuleCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ protected override void OnExecute(object parameter)
2929

3030
private string CreatePreclaredClassModule()
3131
{
32+
//module text intentionally omits a VB_Name attribute so that the name is automatically assigned by the VBE.
3233
string moduleText = @"
3334
VERSION 1.0 CLASS
3435
BEGIN

0 commit comments

Comments
 (0)