SVN r1167
SVN-Revision: r1167
This commit is contained in:
@@ -26,12 +26,12 @@ namespace Lskj.Control
|
||||
public bool isBatchDownLoad = false;
|
||||
public bool isprompt = true;
|
||||
public bool isMultiple = false;//是否为忽略多选
|
||||
public bool isOpenvisble = false;//是否为忽略多选
|
||||
public bool isOpenvisble = false;//是否可以直接打开
|
||||
public string ModelId= string.Empty;//菜单名称
|
||||
public string MenuName = string.Empty;//右键名称
|
||||
public string MenuId = string.Empty;//菜单ID
|
||||
|
||||
|
||||
public string SavePath = string.Empty;//下载路径(浏览器dll,多次下载,记录第一次路径,后续外部拿到后在默认赋值)
|
||||
/// <summary>
|
||||
/// 右键多条下载是否显示
|
||||
/// </summary>
|
||||
@@ -161,6 +161,7 @@ namespace Lskj.Control
|
||||
PrintFile(labAddress.EditText);
|
||||
File.Delete(labAddress.EditText);
|
||||
}
|
||||
this.DialogResult = DialogResult.OK;
|
||||
this.Close();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user