コード例 #1
0
        void loadPhoto(string id, PictureBox pic)
        {
            DynamicClasses dn = new DynamicClasses();

            dn.retreivePhoto(id, pic, "SELECT_PHOTO");
        }
コード例 #2
0
        void loadPhoto(string chamPhoto, string id, PictureBox pic)
        {
            DynamicClasses dn = new DynamicClasses();

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