-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathInformation.cs
More file actions
32 lines (31 loc) · 997 Bytes
/
Information.cs
File metadata and controls
32 lines (31 loc) · 997 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
using System;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
namespace ZK_RFID102demomain
{
public class Information
{
public static string IP = "";
public static string usename = "";
public static string dsname = "";
public static string mac = "";
public static string portnum = "";
public static string tup = "";
public static string rm = "";
public static string cm = "";
public static string ct = "";
public static string fc = "";
public static string dt = "";
public static string br = "";
public static string pr = "";
public static string bb = "";
public static string rc = "";
public static string ml = "";
public static string md = "";
public static string di = "";
public static string dp = "";
public static string gi = "";
public static string nm = "";
}
}