Example #1
0
 public Log(LogModes logMode)
 {
     this.logInformation = new LogInformation();
     this.assertion      = new InstanceAnswerPro.Debug.Assertion(this);
     this.logModeField   = logMode;
     Instance            = this;
 }
Example #2
0
 public Log(LogModes logMode)
 {
     this.logInformation = new LogInformation();
     this.assertion = new InstanceAnswerPro.Debug.Assertion(this);
     this.logModeField = logMode;
     Instance = this;
 }
Example #3
0
 private Log()
 {
     this.logInformation = new LogInformation();
 }
Example #4
0
 private Log()
 {
     this.logInformation = new LogInformation();
 }
Example #5
0
 public void Bind(LogInformation logInformation)
 {
     this.root.DataContext = logInformation;
 }
Example #6
0
 public void Bind(LogInformation logInformation)
 {
     this.root.DataContext = logInformation;
 }