1234567891011121314151617181920212223 |
- using System;
- using System.Collections.Generic;
- using System.Drawing;
- using System.Drawing.Drawing2D;
- using System.Drawing.Imaging;
- using System.Linq;
- using System.Runtime.InteropServices;
- using System.Text;
- using System.Threading.Tasks;
- using System.Windows.Forms;
- namespace IntelligentControlForsx.Code
- {
- public static class UserTools
- {
- public static string Path
- {
- get { return path; }
- }
- static string path = Application.StartupPath;
- }
- }
|