Example #1
0
 public void SetLegendElement(int i32CharKind, long[] i64SolID, byte bCount)
 {
     this.m_eSelectType    = SolMilitarySelectDlg.eSelectType.SELECTTYPE_ELEMENT;
     this.m_i32CharKind    = i32CharKind;
     this.m_bCount         = bCount;
     this.m_i64SelectSolID = i64SolID;
     this.SolSortOrderList.SetVisible(false);
     this.loadType = SolMilitarySelectDlg.LoadType.SOLDETAIL;
 }
Example #2
0
 public void SetLoadType(SolMilitarySelectDlg.LoadType _loadType)
 {
     this.loadType = _loadType;
 }