using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Collections; namespace MotoRepeater { public class SN_Queues { public static InterthreadMessageQueue locationQueue = new InterthreadMessageQueue(); public static InterthreadMessageQueue DBQueueLocation = new InterthreadMessageQueue(); public static InterthreadMessageQueue sendSMSQueue = new InterthreadMessageQueue(); public static InterthreadMessageQueue confSMSQueue = new InterthreadMessageQueue(); public static InterthreadMessageQueue arsMsgQueue = new InterthreadMessageQueue(); } }