Exemplo n.º 1
0
        void loadPhoto(string id, PictureBox pic)
        {
            DynamicClasses dn = new DynamicClasses();

            dn.retreivePhoto(id, pic, "SELECT_PHOTO");
        }
Exemplo n.º 2
0
        void loadPhoto(string chamPhoto, string id, PictureBox pic)
        {
            DynamicClasses dn = new DynamicClasses();

            dn.retreivePhoto(chamPhoto, "agent", "idagent", id, pic);
        }