Files
CPXV2/CPXV2 TRA V2/SystemX.Product.CP.TRA/Interface/IUserControlSubscribe.cs
2024-06-26 10:30:00 +09:00

16 lines
348 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using static SystemX.Product.CP.TRA.Commons;
namespace SystemX.Product.ALIS.Interface
{
interface IUserControlSubscribe
{
void setLoginStateNotice(LoginAccessLevel CurrentAccessLevel, bool bLoginState);
}
}