Ejemplo n.º 1
0
        public override void OnActivate(string attributeName, byte[] attributeData)
        {
            jpegData = null;

            ViewerDialog vd = new ViewerDialog(attributeData);

            jpegData = vd.RawFileBytes;
        }
Ejemplo n.º 2
0
        public override void OnActivate(string attributeName, byte[] attributeData)
        {
            jpegData = null;

            ViewerDialog vd = new ViewerDialog (attributeData);
            jpegData = vd.RawFileBytes;
        }