C# 클래스 GW2PAO.Modules.Tasks.Models.PlayerTask

상속: BindableBase
파일 보기 프로젝트 열기: SamHurne/gw2pao 1 사용 예제들

공개 메소드들

메소드 설명
PlayerTask ( ) : System

Default constructor

PlayerTask ( PlayerTask other ) : System

Constructs a new player task object using the data from the given task

메소드 상세

PlayerTask() 공개 메소드

Default constructor
public PlayerTask ( ) : System
리턴 System

PlayerTask() 공개 메소드

Constructs a new player task object using the data from the given task
public PlayerTask ( PlayerTask other ) : System
other PlayerTask The other task to construct from
리턴 System