// ini file program
using System;
using System.IO;
public class Program
{
// -------------------------
// Subprograms
// -------------------------
static void input_settings()
{
}
// -------------------------
// Main program
// -------------------------
static void Main()
{
input_settings();
}
}
[modified by]
name=Dave Hillyard
[database]
; use IP address in case network name resolution is not working
server=192.0.2.62
port=143