using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Oreo.NetMonitor.Helpers { public class SendHelper { public static bool Send(params string[] msg) { return true; } } }