摘要:
``` //// 将 Timer 定义为类的成员变量 private Timer myTimer; //点击响应触发器 private void uiSwitch1_ValueChanged(object sender, bool value) { if (uiSwitch1.Active) // 阅读全文
摘要:
引用 using System.Data.SqlClient; // 创建连接字符串 string connectionString = $"Server={ip},{port};Database={database};User Id={username};Password={password};" 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Reflection; class Program { static void Main 阅读全文