Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
SendFrame.cs
2{
6 public class SendFrame : MessageFrame
7 {
11 public SendFrame()
12 : base()
13 {
14 this.Style = AppStyles.SendFrame;
15 }
16
18 public override MessageType MessageType => MessageType.Sent;
19 }
20}
Static class that gives access to app-specific styles
Definition: AppStyles.cs:11
static Style SendFrame
Style for send frames
Definition: AppStyles.cs:340