Table of Contents

Class ExportWindow

Namespace
RadioExt_Helper.forms
Assembly
RadioExt-Helper.dll
Represents the export window form, allowing users to export radio stations to the game or staging area.
public class ExportWindow : Form, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
Inheritance
ExportWindow
Implements
Inherited Members
Extension Methods

Constructors

ExportWindow()

Initializes a new instance of the ExportWindow class with the specified stations to export.
public ExportWindow()

Methods

Dispose(bool)

Clean up any resources being used.
protected override void Dispose(bool disposing)

Parameters

disposing bool
true if managed resources should be disposed; otherwise, false.

ShowNoModDialogIfRequired()

Shows a dialog if the radioExt mod is not installed.
public static bool ShowNoModDialogIfRequired()

Returns

bool
true if the mod is installed; otherwise, false.

Events

OnExportToGameComplete

public event EventHandler? OnExportToGameComplete

Event Type

EventHandler

OnExportToStagingComplete

public event EventHandler? OnExportToStagingComplete

Event Type

EventHandler