Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ReportTab.xaml.cs
2using System.Windows.Controls;
3
4namespace LegalLab.Tabs
5{
9 public partial class ReportTab : UserControl
10 {
11 public ReportTab(TokenReport Report)
12 {
13 this.Report = Report;
14
16 }
17
21 public TokenReport Report { get; }
22 }
23}