Interaction logic for UserInformation.xaml More...
Public Member Functions | |
void | Update () |
UserInformation () | |
Events | |
EventHandler | OnEditUsersClicked |
Private Member Functions | |
void | _webpageLauncher_DoWork (object sender, DoWorkEventArgs e) |
void | btnChangeRB_Click (object sender, RoutedEventArgs e) |
void | btnEditUsers_Click (object sender, RoutedEventArgs e) |
void | lnkEra_Click (object sender, RoutedEventArgs e) |
void | lnkSamplesheet_Click (object sender, RoutedEventArgs e) |
void | UserControl_Loaded (object sender, RoutedEventArgs e) |
Private Attributes | |
DataTable | _dt |
BackgroundWorker | _webpageLauncher = new BackgroundWorker() |
Interaction logic for UserInformation.xaml
Definition at line 25 of file UserInformation.xaml.cs.
|
inline |
Definition at line 32 of file UserInformation.xaml.cs.
References SeciControls.UserInformation._webpageLauncher_DoWork().
|
inlineprivate |
Definition at line 123 of file UserInformation.xaml.cs.
Referenced by SeciControls.UserInformation.UserInformation().
|
inlineprivate |
Definition at line 84 of file UserInformation.xaml.cs.
References SeciControls.UserInformation.Update().
|
inlineprivate |
Definition at line 76 of file UserInformation.xaml.cs.
References SeciControls.UserInformation.OnEditUsersClicked.
|
inlineprivate |
Definition at line 135 of file UserInformation.xaml.cs.
|
inlineprivate |
Definition at line 115 of file UserInformation.xaml.cs.
References SeciControls.UserInformation._webpageLauncher.
|
inline |
Definition at line 46 of file UserInformation.xaml.cs.
Referenced by SeciControls.UserInformation.btnChangeRB_Click().
|
inlineprivate |
Definition at line 39 of file UserInformation.xaml.cs.
References SeciControls.UserInformation._dt.
|
private |
Definition at line 27 of file UserInformation.xaml.cs.
Referenced by SeciControls.UserInformation.UserControl_Loaded().
|
private |
Definition at line 28 of file UserInformation.xaml.cs.
Referenced by SeciControls.UserInformation.lnkSamplesheet_Click().
EventHandler SeciControls.UserInformation.OnEditUsersClicked |
Definition at line 30 of file UserInformation.xaml.cs.
Referenced by SeciControls.UserInformation.btnEditUsers_Click().