if ( ofd.ShowDialog() == System.Windows.Forms.DialogResult.OK )
{
try
{
FileNamesList = new List
Directory.GetFiles( ofd.SelectedPath ).Where( x => System.IO.Path.GetExtension(x) == ".jpg").Select( x => x).ToList();
var result = SingleProcessing( new Image
mainimg.ImageSource = result.Item1.ToBitmapSource();
}
catch ( Exception )
{
}
}
댓글 없음:
댓글 쓰기