Replacing empty parenthesis for functions with the word 'void' to allow autocomplete to work.
This commit is contained in:
parent
bf211138f8
commit
6bf275439a
4 changed files with 34 additions and 27 deletions
|
@ -70,7 +70,7 @@ using System.Runtime.InteropServices;
|
|||
// You can specify all the values or you can default the Revision and Build Numbers
|
||||
// by using the '*' as shown below:
|
||||
//
|
||||
[assembly: AssemblyVersion("2.54.0.1")]
|
||||
[assembly: AssemblyVersion("2.54.0.2")]
|
||||
|
||||
//
|
||||
// In order to sign your assembly you must specify a key to use. Refer to the
|
||||
|
@ -100,4 +100,4 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyDelaySign(false)]
|
||||
//[assembly: AssemblyKeyName("")]
|
||||
[assembly: ComVisibleAttribute(false)]
|
||||
[assembly: AssemblyFileVersionAttribute("2.54.0.1")]
|
||||
[assembly: AssemblyFileVersionAttribute("2.54.0.2")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue