Beispiel #1
0
        private void settingsPage_ID_GetID_Exec_Click(object sender, RoutedEventArgs e)
        {
            var identification = new UserIdentification();

            settingsPage_ID_ID_TextBox.Text = identification.GetMachineID();
        }