C# 클래스 BSky.Lifetime.Services.BSkyLicService

상속: IBSkyLicService
파일 보기 프로젝트 열기: BlueSkyStatistics/BlueSkyRepository

공개 메소드들

메소드 설명
CheckLicStatus ( bool ShowDaysLeftReminderPopup ) : int
GetLicError ( int statcode ) : string
InstallDemoLic ( int days ) : void
LicenseCheck ( int days = 3 ) : void

비공개 메소드들

메소드 설명
ShowDaysLeftReminder ( ) : void

메소드 상세

CheckLicStatus() 공개 메소드

public CheckLicStatus ( bool ShowDaysLeftReminderPopup ) : int
ShowDaysLeftReminderPopup bool
리턴 int

GetLicError() 공개 메소드

public GetLicError ( int statcode ) : string
statcode int
리턴 string

InstallDemoLic() 공개 메소드

public InstallDemoLic ( int days ) : void
days int
리턴 void

LicenseCheck() 공개 메소드

public LicenseCheck ( int days = 3 ) : void
days int
리턴 void