public Log(LogModes logMode) { this.logInformation = new LogInformation(); this.assertion = new InstanceAnswerPro.Debug.Assertion(this); this.logModeField = logMode; Instance = this; }
private Log() { this.logInformation = new LogInformation(); }
public void Bind(LogInformation logInformation) { this.root.DataContext = logInformation; }