[성현모] CPXV2 Init
This commit is contained in:
@ -0,0 +1,24 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using static SystemX.Product.ALIS.UI.View.ViewCfg;
|
||||
|
||||
namespace SystemX.Product.ALIS.Interface
|
||||
{
|
||||
public interface IChildController
|
||||
{
|
||||
void CloseAllChildForm();
|
||||
|
||||
void CloseChildForm(eAppFunctionType SetType);
|
||||
|
||||
void SetObjectValue(object obj);
|
||||
|
||||
void GoToFindTestListFileFocus(int nTestListFileNo);
|
||||
|
||||
void GoToFindVariantFocus(int nVariantNo);
|
||||
|
||||
eAppFunctionType CurrentSelectFunctionType(eAppFunctionType SetType);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user