예제 #1
0
파일: CPAOffer.cs 프로젝트: dovanduy/titan
 private void initBanner(string imagePath)
 {
     try { _bannerImage = Banner.FromFile(imagePath); }
     catch (System.IO.FileNotFoundException ex)
     {
         ErrorLogger.Log(ex);
         _bannerImage = Banner.Empty;
     }
 }