AA2Install.LogEntry.LogEntry C# (CSharp) Method

LogEntry() public method

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

Same methods

LogEntry::LogEntry ( ) : System
LogEntry