using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace NetMonitorServer { class SetOpenVPNService : ActionClass { internal override bool Run(Queue arguments) { throw new NotImplementedException(); } } }