move code before base.OnShown so scripts can use the ContextMenu

This commit is contained in:
Frank Skare
2019-07-14 01:40:13 +02:00
parent 2b2b60b90f
commit b80b375df1
4 changed files with 8 additions and 4 deletions

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("4.7.1.0")]
[assembly: AssemblyFileVersion("4.7.1.0")]
[assembly: AssemblyVersion("4.7.2.0")]
[assembly: AssemblyFileVersion("4.7.2.0")]