initial oogynize check in _ this actually used to work!
This commit is contained in:
13
WorkspaceMgr/Launchers/ILaunch.cs
Normal file
13
WorkspaceMgr/Launchers/ILaunch.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Foo.WorkspaceMgr.Launchers
|
||||
{
|
||||
internal interface ILaunch
|
||||
{
|
||||
FuncDepBoolType IQueryLaunch(string strArtifactLocation);
|
||||
FuncDepBoolType ILaunch(string strArtifactLocation);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user