Example #1
0
 private void BtAdd_Click(object sender, System.EventArgs e)
 {
     try
     {
         FormLoader.LoadImage(PbImage);
     }
     catch (Exception)
     {
         throw;
     }
 }