Пример #1
0
 public override void Initialize()
 {
     this.m_oCause			= new CIssueCause();
     this.m_oSolution	= new CSolution();
 }
Пример #2
0
 /// <summary>Retrieve the cause(s) for data related to this issue that resides in other tables.</summary>
 public void GetCause()
 {
     // Get the Issue cause(s) and add as another table of the local DataSet
     m_oCause	= new CIssueCause(this.DataObject.ConnectionString);
     m_oCause.Get(this.IssueID);
 }