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