C# Class Steam_Desktop_Authenticator.ConfirmationFormWeb

Inheritance: System.Windows.Forms.Form
Show file Open project: Jessecar96/SteamDesktopAuthenticator Class Usage Examples

Public Methods

Method Description
ConfirmationFormWeb ( SteamGuardAccount steamAccount ) : System

Protected Methods

Method Description
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
Browser_AddressChanged ( object sender, CefSharp.AddressChangedEventArgs e ) : void
Browser_LoadingStateChanged ( object sender, CefSharp.LoadingStateChangedEventArgs e ) : void
btnRefresh_Click ( object sender, EventArgs e ) : void

Method Details

ConfirmationFormWeb() public method

public ConfirmationFormWeb ( SteamGuardAccount steamAccount ) : System
steamAccount SteamAuth.SteamGuardAccount
return System

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
return bool