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