C# 클래스 AA2Install.LogEntry

파일 보기 프로젝트 열기: aa2g/AA2Install

공개 프로퍼티들

프로퍼티 타입 설명
log string
logicon formMain.LogIcon
time System.DateTime

공개 메소드들

메소드 설명
LogEntry ( ) : System
LogEntry ( string entry, formMain icon ) : System

메소드 상세

LogEntry() 공개 메소드

public LogEntry ( ) : System
리턴 System

LogEntry() 공개 메소드

public LogEntry ( string entry, formMain icon ) : System
entry string
icon formMain
리턴 System

프로퍼티 상세

log 공개적으로 프로퍼티

public string log
리턴 string

logicon 공개적으로 프로퍼티

public formMain.LogIcon logicon
리턴 formMain.LogIcon

time 공개적으로 프로퍼티

public DateTime,System time
리턴 System.DateTime