コード例 #1
0
ファイル: KwsStateMachine.cs プロジェクト: tmbx/kwm-ng
 /// <summary>
 /// Blame the KCD of this workspace for the failure specified.
 /// </summary>
 private void BlameKcd(Exception ex)
 {
     WmSm.HandleTroublesomeKcd(m_kws.Kcd, ex);
 }