C# Class SparkleShare.SparkleEventLog

Inheritance: MonoMac.AppKit.NSWindow
Mostrar archivo Open project: hbons/SparkleShare Class Usage Examples

Public Properties

Property Type Description
Controller SparkleShare.SparkleEventLogController

Public Methods

Method Description
SparkleEventLog ( ) : System
UpdateChooser ( string folders ) : void
UpdateContent ( string html ) : void

Private Methods

Method Description
Close ( object sender, System.CancelEventArgs args ) : void
CoInternetSetFeatureEnabled ( int feature, [ flags, bool enable ) : int
WriteOutImages ( ) : void

Method Details

SparkleEventLog() public method

public SparkleEventLog ( ) : System
return System

UpdateChooser() public method

public UpdateChooser ( string folders ) : void
folders string
return void

UpdateContent() public method

public UpdateContent ( string html ) : void
html string
return void

Property Details

Controller public_oe property

public SparkleEventLogController,SparkleShare Controller
return SparkleShare.SparkleEventLogController