C# Class TpTrayUtility.Components.TpSecureForms.TpSecureFormManager

ファイルを表示 Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Methods

Method Description
CheckAuthentication ( VoidFunc close ) : void
CheckAuthentication ( VoidFunc init, VoidFunc close ) : void
OnClosed ( ) : void

Method Details

CheckAuthentication() public static method

public static CheckAuthentication ( VoidFunc close ) : void
close VoidFunc
return void

CheckAuthentication() public static method

public static CheckAuthentication ( VoidFunc init, VoidFunc close ) : void
init VoidFunc
close VoidFunc
return void

OnClosed() public static method

public static OnClosed ( ) : void
return void