C# Class SecureDelete.Program

Mostrar archivo Open project: gratianlup/SecureDelete

Public Methods

Method Description
DumpSettings ( object sender, DebugUtils.Debugger.CustomDataEventArgs e ) : void
UnhadledExceptionHandler ( object sender, UnhandledExceptionEventArgs e ) : void

Private Methods

Method Description
ClearFolder ( string path ) : void
Main ( ) : void

Method Details

DumpSettings() public static method

public static DumpSettings ( object sender, DebugUtils.Debugger.CustomDataEventArgs e ) : void
sender object
e DebugUtils.Debugger.CustomDataEventArgs
return void

UnhadledExceptionHandler() public static method

public static UnhadledExceptionHandler ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
return void