public LogItem(MenuItemCollection.LogItemType type, int index, bool tracked)
 {
     this._type = type;
     this._index = index;
     this._tracked = tracked;
 }
Exemplo n.º 2
0
 public LogItem(MenuItemCollection.LogItemType type, int index, bool tracked)
 {
     this._type    = type;
     this._index   = index;
     this._tracked = tracked;
 }