|
@@ -74,7 +74,7 @@ namespace PDF_Office
|
|
|
/// <summary>
|
|
|
/// 内嵌文档路径
|
|
|
/// </summary>
|
|
|
- public static string GuidPDFPath = Path.Combine(Environment.CurrentDirectory, "Resources//GuidPDF//Quick Start Guide.pdf");
|
|
|
+ public static string GuidPDFPath = Path.Combine(Environment.CurrentDirectory, "Resources\\GuidPDF\\Quick Start Guide.pdf");
|
|
|
|
|
|
/// <summary>
|
|
|
/// 是否需要更新内嵌文档
|
|
@@ -105,9 +105,17 @@ namespace PDF_Office
|
|
|
/// </summary>
|
|
|
public static string modelFolderPath = null;
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 是否是软件的第一个主窗体
|
|
|
+ /// </summary>
|
|
|
public static bool IsFirstOpen = true;
|
|
|
public static bool IsBookMode = false;
|
|
|
|
|
|
+ /// <summary>
|
|
|
+ /// 是否已经登陆
|
|
|
+ /// </summary>
|
|
|
+ public static bool IsLogin = false;
|
|
|
+
|
|
|
//是否需要显示注册弹窗
|
|
|
//app第一次启动时需要弹出注册弹窗
|
|
|
public static bool IsShowRegist = false;
|