示例#1
0
        private static void Test()
        {
            string path1 = Environment.CurrentDirectory;
            string path2 = Directory.GetCurrentDirectory();
            ///home/qi/Documents/vscode/CodeForCore/CoreWebAPI/bin/Debug/netcoreapp3.1/HR_Models.ini
            Ini ini = new Ini("/home/qi/Documents/vscode/CodeForCore/ConsoleApp/bin/Debug/netcoreapp3.1/HR_Models.ini");
            //Ini ini = new Ini("HR_Models.ini");

            string strrr = ini.ReadValue("root", "tcpSendLogName");

            Service_Main a = new Service_Main();
        }
示例#2
0
 public ExperimentController(CoreLibrary.Service_Main service_Main)
 {
     this.client = service_Main;
 }