Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
LegalIdentityForm.xaml.cs
1
using
System;
2
using
System.Windows;
3
4
namespace
Waher.Client.WPF.Dialogs.Legal
5
{
9
public
partial class
LegalIdentityForm
: Window
10
{
11
public
LegalIdentityForm
()
12
{
13
InitializeComponent
();
14
}
15
16
private
void
CancelButton_Click(
object
Sender, RoutedEventArgs e)
17
{
18
this.DialogResult =
false
;
19
}
20
21
private
void
RegisterButton_Click(
object
Sender, RoutedEventArgs e)
22
{
23
this.DialogResult =
true
;
24
}
25
}
26
}
Waher.Client.WPF.Dialogs.Legal.LegalIdentityForm
Interaction logic for LegalIdentityForm.xaml
Definition:
LegalIdentityForm.xaml.cs:10
Waher.Client.WPF.Dialogs.Legal.LegalIdentityForm.InitializeComponent
void InitializeComponent()
InitializeComponent
Definition:
LegalIdentityForm.g.cs:249
Waher.Client.WPF.Dialogs.Legal
Definition:
LegalIdentityForm.xaml.cs:5
IoTGateway
Clients
Waher.Client.WPF
Dialogs
Legal
LegalIdentityForm.xaml.cs
Generated by
1.9.5