My code:
[DllImport("1SCDLL.dll")]
public static extern void Start_server(string strID, string strRepeaterAddr, string Hostname, int intPort, string strPasswd, bool blProxy);
[DllImport("1SCDLL.dll")]
public static extern void Stop_server();
private void StartSrv_Click(object sender ...
Search found 1 match
- 2016-08-09 06:36
- Forum: Developer discussions (mainly user-mode)
- Topic: Crash app in C# .NET 4.X
- Replies: 3
- Views: 56131