Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Dark.xaml.cs
2{
3
4 public partial class Dark : ResourceDictionary
5 {
6 public Dark()
7 {
8 this.InitializeComponent();
9 this["IsLocalThemeDictionary"] = true;
10 }
11 }
12}