public static void Main() { string[] dests = { "rmsg://[email protected]/hotdope", "rmsg://[email protected]/workstation" }; Roamer r = new Roamer(dests, 5); RM.DUDE(); while (r.roam()) { RM.ALERT(new object[] { 1, 2, 3 }); RM.MESG("Thank Goodness!", 10); } }