SECI
1
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Sample_Environment_Control_Interface
Seci
Definitions
Tab.cs
Go to the documentation of this file.
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Seci.Definitions
6
{
7
public
class
Tab
8
{
9
public
String
Name
;
10
public
Boolean VisibleForUser =
true
;
11
12
public
Tab
()
13
{
14
}
15
16
public
Tab
(String name, Boolean visible)
17
{
18
Name = name;
19
VisibleForUser = visible;
20
}
21
}
22
}
Seci.Definitions.Tab.Tab
Tab(String name, Boolean visible)
Definition:
Tab.cs:16
Seci.Definitions.Tab
Definition:
Tab.cs:7
Seci.Definitions.Tab.Name
String Name
Definition:
Tab.cs:9
Seci.Definitions.Tab.Tab
Tab()
Definition:
Tab.cs:12
Generated on Mon Nov 20 2017 21:59:05 for SECI by
1.8.5