Zentrale Steuerungsklasse des Strömungs-Renderers. Hier laufen alle Teile zusammen.


Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)

Syntax

Visual Basic (Declaration)
Public Class Flows
    Inherits Form
C#
public class Flows : Form
C++
ref class Flows : Form
J#
public class Flows extends Form
JScript
public class Flows extends Form

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     Flowvis.Flows

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also