Пример #1
0
 private void butLoadImg_Click(object sender, EventArgs e)
 {
     try
     {
         txtImgName.Text = Img24Resource.ShowImgResourcesSelector(this);
     }
     catch (Exception ex)
     {
         MsgBox.ShowException(ex, this);
     }
 }
Пример #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     try
     {
         txtBackgroundImage.Text = Img24Resource.ShowImgResourcesSelector(this);
     }
     catch (Exception ex)
     {
         MsgBox.ShowException(ex, this);
     }
 }