Icons in tree view partially working

This commit is contained in:
Justin Aquadro 2012-11-04 01:45:51 -04:00
parent e8d60d96f4
commit 436ac5e97f
2 changed files with 24 additions and 0 deletions

View file

@ -0,0 +1,12 @@
using System;
namespace NBTExplorer.Mac
{
public class IconRegistry
{
public IconRegistry ()
{
}
}
}

View file

@ -0,0 +1,12 @@
using System;
namespace NBTExplorer.Mac
{
public class ImageAndTextCell
{
public ImageAndTextCell ()
{
}
}
}