|
SampleCrossUi.Shared 1.0.0.0
SampleCrossUi.Shared 사용 방법을 보여 주는 예제 프로젝트입니다.
|

Public 멤버 함수 | |
| int | Increment (int currentValue) |
| int | Reset () |
I Counter Service 기능과 관련 상태를 캡슐화합니다.
ICounterService.cs 파일의 11 번째 라인에서 정의되었습니다.
| int SampleCrossUi.Shared.Services.ICounterService.Increment | ( | int | currentValue | ) |
Increment 작업을 수행합니다.
| currentValue | current Value에 사용할 int 값입니다. |
int 결과입니다.SampleCrossUi.Shared.Services.CounterService에서 구현되었습니다.
| int SampleCrossUi.Shared.Services.ICounterService.Reset | ( | ) |
Reset 작업을 수행합니다.
int 결과입니다.SampleCrossUi.Shared.Services.CounterService에서 구현되었습니다.