SharpLibEar/ActionLaunchApp.cs
changeset 258 e237c2e33545
parent 239 dd7770b97916
child 260 d44943088c67
     1.1 --- a/SharpLibEar/ActionLaunchApp.cs	Tue Aug 30 03:07:59 2016 +0200
     1.2 +++ b/SharpLibEar/ActionLaunchApp.cs	Tue Aug 30 03:45:45 2016 +0200
     1.3 @@ -59,7 +59,7 @@
     1.4          public static extern void SwitchToThisWindow([System.Runtime.InteropServices.InAttribute()] System.IntPtr hwnd, [System.Runtime.InteropServices.MarshalAsAttribute(System.Runtime.InteropServices.UnmanagedType.Bool)] bool fUnknown);
     1.5  
     1.6  
     1.7 -        protected override void DoExecute()
     1.8 +        protected override async Task DoExecute()
     1.9          {
    1.10              //First check if the process we want to launch already exists
    1.11              string procName = Path.GetFileNameWithoutExtension(File.FullPath);