Table of Contents

Class App

Namespace
BlueM.Wave
Assembly
Wave.dll

Class representing an instance of the Wave app

public class App : ApplicationContext, IDisposable
Inheritance
App
Implements
Inherited Members

Constructors

App()

Instantiates a new Wave app and shows the main Wave window

public App()

App(Wave)

Instantiates a new Wave app with the passed Wave instance as the model and shows the main Wave window

public App(Wave wave)

Parameters

wave Wave

the Wave instance to use as the model

Properties

Wave

The Wave instance associated with this app instance

public Wave Wave { get; }

Property Value

Wave