SECI
1
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Sample_Environment_Control_Interface
Sample_Environment_Control_Interface
Dialogs
Config
NewConfig.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.ComponentModel;
4
using
System.Data;
5
using
System.Drawing;
6
using
System.Text;
7
using
System.Windows.Forms;
8
9
namespace
Sample_Environment_Control_Interface.Dialogs.Config
10
{
11
public
partial class
NewConfig
: Form
12
{
13
public
Boolean
IsComponent
;
14
15
public
NewConfig
()
16
{
17
InitializeComponent();
18
}
19
20
private
void
btnOK_Click
(
object
sender, EventArgs e)
21
{
22
if
(radConfig.Checked ==
true
)
23
{
24
IsComponent =
false
;
25
}
26
else
27
{
28
IsComponent =
true
;
29
}
30
31
DialogResult = DialogResult.OK;
32
Close();
33
34
}
35
}
36
}
Sample_Environment_Control_Interface.Dialogs.Config.NewConfig.IsComponent
Boolean IsComponent
Definition:
NewConfig.cs:13
Sample_Environment_Control_Interface.Dialogs.Config.NewConfig.NewConfig
NewConfig()
Definition:
NewConfig.cs:15
Sample_Environment_Control_Interface.Dialogs.Config.NewConfig.btnOK_Click
void btnOK_Click(object sender, EventArgs e)
Definition:
NewConfig.cs:20
Sample_Environment_Control_Interface.Dialogs.Config.NewConfig
Definition:
NewConfig.cs:11
Generated on Mon Nov 20 2017 21:59:04 for SECI by
1.8.5