8 lines
No EOL
85 B
C#
8 lines
No EOL
85 B
C#
using ONDServer.Net;
|
|
|
|
try{
|
|
Server.Start(9012);
|
|
}
|
|
finally{
|
|
Server.Stop();
|
|
} |