예제 #1
0
 public void Bind(RuntimeLog aRL)
 {
     _Model?.Dispose();
     _Model           = new RLModel(aRL, this.Dispatcher);
     _Model.Clarify  += RL_ClarifyLog;
     this.DataContext = _Model;
 }
예제 #2
0
 public void Bind(RL aRL)
 {
     m_Model          = new RLModel(aRL, this.Dispatcher);
     m_Model.Clarify += RL_ClarifyLog;
     this.DataContext = m_Model;
 }