public DecoratedMessageBox(NetComUser pUser, string pVal, object[] pParam, string pRepReq)
     : this(pUser, pVal)
 {
 }
 public NotifyIcon(NetComUser pUser, string pVal, object[] pParam, string pRepReq)
     : this(pUser, pVal)
 {
 }
 public NotifyIcon(NetComUser pUser, string pMessage)
     : base(pUser, pMessage) => Instruction = this.GetType().AssemblyQualifiedName;
 public DecoratedMessageBox(NetComUser pUser, string pMessage)
     : base(pUser, pMessage) => Instruction = this.GetType().AssemblyQualifiedName;