การตั้งคา config ที่ใช้ในโปรแกรมจาก file

1. สร้าง file สำหรับเก็บ config ต่าง ๆ ของโปรกแกรมก่อน
file name : config.ini
detail:

[DB]
MySQL_LOCAL = "DRIVER=MySQL ODBC 8.0 Unicode Driver;UID=root;PORT=3306;DATABASE=test_db;SERVER=localhost;PASSWORD=root_password"
MySQL_SERVER = "DRIVER=MySQL ODBC 8.0 Unicode Driver;UID=root;PORT=3306;DATABASE=test_db;SERVER=test_mysql.comPASSWORD=root_password"

[COM]
port1 = 1
port2 = 2
port3 = 3
baud = 115200

2. สร้าง function สำหรับค่า config จาก file

using System.Runtime.InteropServices;