C# 클래스 KeeAnywhere.UIService

파일 보기 프로젝트 열기: Kyrodan/KeeAnywhere 1 사용 예제들

공개 메소드들

메소드 설명
CheckOrUpdateAccount ( AccountConfiguration account ) : System.Threading.Tasks.Task
CreateOrUpdateAccount ( StorageType type ) : Task
ShowDonationDialog ( ) : void
UIService ( ConfigurationService configService, KeeAnywhere.StorageProviders.StorageService storageService ) : System

메소드 상세

CheckOrUpdateAccount() 공개 메소드

public CheckOrUpdateAccount ( AccountConfiguration account ) : System.Threading.Tasks.Task
account KeeAnywhere.Configuration.AccountConfiguration
리턴 System.Threading.Tasks.Task

CreateOrUpdateAccount() 공개 메소드

public CreateOrUpdateAccount ( StorageType type ) : Task
type StorageType
리턴 Task

ShowDonationDialog() 공개 메소드

public ShowDonationDialog ( ) : void
리턴 void

UIService() 공개 메소드

public UIService ( ConfigurationService configService, KeeAnywhere.StorageProviders.StorageService storageService ) : System
configService KeeAnywhere.Configuration.ConfigurationService
storageService KeeAnywhere.StorageProviders.StorageService
리턴 System