AA2Install.LogEntry.LogEntry C# (CSharp) 메소드

LogEntry() 공개 메소드

public LogEntry ( string entry, formMain icon ) : System
entry string
icon formMain
리턴 System
        public LogEntry(string entry, formMain.LogIcon icon)
        {
            log = entry;
            time = DateTime.Now;
            logicon = icon;
        }

Same methods

LogEntry::LogEntry ( ) : System
LogEntry