public static wahdvlib getInstance(string Realm) { if (_instance == null) { _instance = new wahdvlib(Realm); } return _instance; }
static void Main(string[] args) { wahlib = wahdvlib.getInstance("Moonglade"); Thread ServerRun = new Thread(run); ServerRun.Start(); }