private void themHinhAnh()
        {
            string filePath = Helper.layHinhAnh();

            if (filePath != null)
            {
                pictureHinhAnh.ImageLocation = filePath;
            }
        }
Example #2
0
        private void picHinhAnh_Click(object sender, EventArgs e)
        {
            string filePath = Helper.layHinhAnh();

            if (filePath != null)
            {
                kiemTraThayDoiPic        = true;
                picHinhAnh.ImageLocation = filePath;
            }
        }