Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
YurtleTrack
View
FormOptions
C# Class YurtleTrack.View.FormOptions
Inheritance:
System.Windows.Forms.Form
,
IOptionsView
Exibir arquivo
Open project: scottiemc7/YurtleTrack
Public Methods
Method
Description
FormOptions
(
[
originator
) :
System
Protected Methods
Method
Description
OnLoad
(
EventArgs
e
) :
void
Private Methods
Method
Description
FormOptions
( ) :
System
buttonCancel_Click
(
object
sender
,
EventArgs
e
) :
void
buttonOK_Click
(
object
sender
,
EventArgs
e
) :
void
Method Details
FormOptions()
public
method
public
FormOptions
(
[
originator
) :
System
originator
[
return
System
OnLoad()
protected
method
protected
OnLoad
(
EventArgs
e
) :
void
e
System.EventArgs
return
void