-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathAttachment.cs
More file actions
34 lines (24 loc) · 937 Bytes
/
Attachment.cs
File metadata and controls
34 lines (24 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
using System;
using System.Collections.Generic;
using System.Text;
namespace WeCode1._0
{
public static class Attachment
{
public static string ActiveNodeId="-1";
public static FormAttachment AttForm;
public static FormMain frmMain;
public static string isWelcomePageopen = "1";
public static int DocCount;
public static int IsTokeneffective = 0;
public static string isDeleteClose = "0";
public static string ActiveDOCType = "local";
public static string isnewOpenDoc = "1";
public static string KeyD = "";
public static string KeyDYouDao = "";
public static string isYUN2XMLSuccess = "1";
//加密文章是否成功打开
public static string EncryptdeContentOpenSuccess="1";
public static System.Windows.Forms.FormWindowState WinState = System.Windows.Forms.FormWindowState.Maximized;
}
}