Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IqResultFrom.xaml.cs
1using System;
2using System.Windows;
3
5{
9 public partial class IqResultForm : Window
10 {
11 public IqResultForm()
12 {
14 }
15
16 private void OkButton_Click(object Sender, RoutedEventArgs e)
17 {
18 this.DialogResult = true;
19 }
20 }
21}
Interaction logic for IqResultForm.xaml
void InitializeComponent()
InitializeComponent