C# 클래스 WvEventer.TimeAction, versaplex

파일 보기 프로젝트 열기: apenwarr/versaplex

공개 프로퍼티들

프로퍼티 타입 설명
a Action
t DateTime

공개 메소드들

메소드 설명
TimeAction ( DateTime t, Action a ) : System

메소드 상세

TimeAction() 공개 메소드

public TimeAction ( DateTime t, Action a ) : System
t DateTime
a Action
리턴 System

프로퍼티 상세

a 공개적으로 프로퍼티

public Action a
리턴 Action

t 공개적으로 프로퍼티

public DateTime t
리턴 DateTime