Ejemplo n.º 1
0
		internal TreeSelection(nsITreeSelection treeSelection)
		{
			_treeSelection = treeSelection;
		}
Ejemplo n.º 2
0
 internal TreeSelection(nsITreeSelection treeSelection)
 {
     _treeSelection = treeSelection;
 }
Ejemplo n.º 3
0
 internal TreeSelection(nsITreeSelection treeSelection)
 {
     _treeSelection = new ComPtr<nsITreeSelection>(treeSelection);
 }