|  | @@ -1,4 +1,6 @@
 | 
	
		
			
				|  |  | -using System;
 | 
	
		
			
				|  |  | +using InABox.Core;
 | 
	
		
			
				|  |  | +using Syncfusion.Licensing;
 | 
	
		
			
				|  |  | +using System;
 | 
	
		
			
				|  |  |  using System.Diagnostics;
 | 
	
		
			
				|  |  |  using System.IO;
 | 
	
		
			
				|  |  |  using System.Linq;
 | 
	
	
		
			
				|  | @@ -60,6 +62,8 @@ namespace PRSServer
 | 
	
		
			
				|  |  |          protected override void OnStartup(StartupEventArgs e)
 | 
	
		
			
				|  |  |          {
 | 
	
		
			
				|  |  |              base.OnStartup(e);
 | 
	
		
			
				|  |  | +            SyncfusionLicenseProvider.RegisterLicense(CoreUtils.SyncfusionLicense(SyncfusionVersion.v23_2));
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |              if (Environment.UserInteractive)
 | 
	
		
			
				|  |  |              {
 | 
	
		
			
				|  |  |                  var args = Environment.GetCommandLineArgs();
 |