C# Class Graphviz.Program

Inheritance: WindowsFormsApplicationBase
ファイルを表示 Open project: tomgr/graphviz-cmake

Protected Methods

Method Description
OnStartup ( Microsoft.VisualBasic.ApplicationServices.StartupEventArgs eventArgs ) : bool
OnStartupNextInstance ( Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs eventArgs ) : void

Private Methods

Method Description
Main ( string commandLine ) : void
Program ( ) : System

Method Details

OnStartup() protected method

protected OnStartup ( Microsoft.VisualBasic.ApplicationServices.StartupEventArgs eventArgs ) : bool
eventArgs Microsoft.VisualBasic.ApplicationServices.StartupEventArgs
return bool

OnStartupNextInstance() protected method

protected OnStartupNextInstance ( Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs eventArgs ) : void
eventArgs Microsoft.VisualBasic.ApplicationServices.StartupNextInstanceEventArgs
return void