mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 20:17:03 +00:00
fix(essentials): adds cancel method for password prompt and adds wireless share instructions
This commit is contained in:
parent
ee735388bb
commit
bda46eb1b9
5 changed files with 236 additions and 20 deletions
|
|
@ -20,7 +20,12 @@ namespace PepperDash.Essentials.Core
|
|||
/// Submits the password
|
||||
/// </summary>
|
||||
/// <param name="password"></param>
|
||||
void SubmitPassword(string password);
|
||||
void SubmitPassword(string password);
|
||||
|
||||
/// <summary>
|
||||
/// Cancels the password submission
|
||||
/// </summary>
|
||||
void CancelPasswordPrompt();
|
||||
}
|
||||
|
||||
public class PasswordPromptEventArgs : EventArgs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue