Exemplo n.º 1
0
 void deInitCamera()
 {
     try
     {
         if (conPhoto != null)
         {
             conPhoto.Dispose();
             conPhoto   = null;
             bFirstLoad = true;
         }
     }
     catch (Exception)
     {
         throw;
     }
 }
Exemplo n.º 2
0
        void deInitCamera()
        {
            try
            {
                if (conPhoto != null)
                {
                    conPhoto.Dispose();
                    conPhoto = null;
                    bFirstLoad = true;
                }

            }
            catch (Exception)
            {
                
                throw;
            }
        }