コード例 #1
0
ファイル: Log.cs プロジェクト: gabrielharry/Arianrhod
 public Log(LogModes logMode)
 {
     this.logInformation = new LogInformation();
     this.assertion      = new InstanceAnswerPro.Debug.Assertion(this);
     this.logModeField   = logMode;
     Instance            = this;
 }
コード例 #2
0
ファイル: Log.cs プロジェクト: QuocHuy7a10/Arianrhod
 public Log(LogModes logMode)
 {
     this.logInformation = new LogInformation();
     this.assertion = new InstanceAnswerPro.Debug.Assertion(this);
     this.logModeField = logMode;
     Instance = this;
 }
コード例 #3
0
ファイル: Log.cs プロジェクト: gabrielharry/Arianrhod
 private Log()
 {
     this.logInformation = new LogInformation();
 }
コード例 #4
0
ファイル: Log.cs プロジェクト: QuocHuy7a10/Arianrhod
 private Log()
 {
     this.logInformation = new LogInformation();
 }
コード例 #5
0
ファイル: LogWindow.cs プロジェクト: QuocHuy7a10/Arianrhod
 public void Bind(LogInformation logInformation)
 {
     this.root.DataContext = logInformation;
 }
コード例 #6
0
ファイル: LogWindow.cs プロジェクト: gabrielharry/Arianrhod
 public void Bind(LogInformation logInformation)
 {
     this.root.DataContext = logInformation;
 }