Ejemplo n.º 1
0
            public IconData(string icon, IconOrientation orientation, Color? background)
            {
                IconName = icon;
                Icon = (Image)Icons.Other.ResourceManager.GetObject(icon);

                Orientation = orientation;
                Background = background;
            }
Ejemplo n.º 2
0
            public IconData(string icon, IconOrientation orientation, Color?background)
            {
                IconName = icon;
                Icon     = (Image)Icons.Other.ResourceManager.GetObject(icon);

                Orientation = orientation;
                Background  = background;
            }