Exemplo n.º 1
0
 public void ShowListItem(List <Item4Show> items, string key)
 {
     items = (items ?? new List <Item4Show>());
     ShowListItem(items);
     _showListType = ShowListTypeEnum.InputLegend;
     _showListKey  = key;
 }
Exemplo n.º 2
0
 public CtlAnswer()
 {
     _preSetTagInfoTime       = DateTime.MinValue;
     _showListType            = ShowListTypeEnum.Unknown;
     _showListKey             = null;
     _updateAnswerSynObj      = new object();
     _isUpdateAnswerBusy      = false;
     _updateAnswerUnDealCount = 0;
     _isDoubleClick           = false;
     _doubleClickTime         = DateTime.MinValue;
     InitializeComponent();
     tvMain.xSetRightClickSelectTreeviewItem();
 }