摘要:
By Simohamed Attahri How to check if your computer is connected to the internet with C#. It's much more easier that other tutorials I've seen in other sites. In deed, we're going to use a simple API... 阅读全文
摘要:
using System; using System.Reflection; using System.Windows.Forms; using System.Drawing; class Class1:Form { public Class1() { } [STAThread] static void Main(string[] args) { Class1 a... 阅读全文