Click or drag to resize

FormAlliesEditShowAlliesWindow Method

Shows a window in which you can edit the allies cache of a completed encounter.

Namespace:  Advanced_Combat_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public void ShowAlliesWindow(
	EncounterData encounter,
	TreeNode SelectedNode
)

Parameters

encounter
Type: Advanced_Combat_TrackerEncounterData
The encounter to edit the allies of
SelectedNode
Type: System.Windows.FormsTreeNode

[Missing <param name="SelectedNode"/> documentation for "M:Advanced_Combat_Tracker.FormAlliesEdit.ShowAlliesWindow(Advanced_Combat_Tracker.EncounterData,System.Windows.Forms.TreeNode)"]

See Also