영문화완료
This commit is contained in:
@@ -62,7 +62,7 @@ namespace Project.Dialog
|
||||
{
|
||||
if (this.listView1.FocusedItem == null) return;
|
||||
var file = this.listView1.FocusedItem.Tag.ToString();
|
||||
var dlg = UTIL.MsgQ(string.Format("다음 파일을 삭제 하시겠습니까?\n{0}", file));
|
||||
var dlg = UTIL.MsgQ(string.Format("Do you want to delete the following file?\n{0}", file));
|
||||
if (dlg != DialogResult.Yes) return;
|
||||
System.IO.File.Delete(file);
|
||||
this.listView1.Items.Remove(this.listView1.FocusedItem);
|
||||
|
||||
Reference in New Issue
Block a user