SVN r776
SVN-Revision: r776
This commit is contained in:
@@ -255,7 +255,13 @@ namespace Lskj.Main.Control
|
|||||||
headMenuStrip.Items.Add(removeLeftItem);
|
headMenuStrip.Items.Add(removeLeftItem);
|
||||||
headMenuStrip.Items.Add(removeRightItem);
|
headMenuStrip.Items.Add(removeRightItem);
|
||||||
tabMain.ContextMenuStrip = headMenuStrip;
|
tabMain.ContextMenuStrip = headMenuStrip;
|
||||||
|
//设置文件存放路径 ()
|
||||||
|
string DownloadFileDirectory = string.Format("{0}\\{1}", Application.StartupPath, "RightDownloadFile");
|
||||||
|
if (Directory.Exists(DownloadFileDirectory))
|
||||||
|
{
|
||||||
|
Directory.Delete(DownloadFileDirectory, true);
|
||||||
|
}
|
||||||
|
Directory.CreateDirectory(DownloadFileDirectory);
|
||||||
//SystemInfo.Instance.IsCacheRun = true;
|
//SystemInfo.Instance.IsCacheRun = true;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user