private void DoubleClick(Itemvm obj) { if (obj.Itemvms == null || obj.Itemvms.Count == 0) { obj.DoubleClick(new Action <string>(appendLog)); } }
private void ImportCellConfig() { Itemvm item = Itemvm.findItem(items, typeof(CellConfig)); item.DoubleClick(new Action <string>(appendLog)); }