Ejemplo n.º 1
0
        public static PictureView InsertIntoPanel(Panel panel)
        {
            PictureView pv = new PictureView();

            GuiUtil.InsertIntoPanel(pv, panel);
            return(pv);
        }