This commit is contained in:
@@ -162,6 +162,12 @@ namespace Volian.Controls.Library
|
||||
if (ModeChange != null) ModeChange(sender, args);
|
||||
else MessageBox.Show("Cannot change mode");
|
||||
}
|
||||
public event StepPanelTabDisplayEvent PanelTabDisplay;
|
||||
internal void OnPanelTabDisplay(object sender, StepPanelTabDisplayEventArgs args)
|
||||
{
|
||||
if (PanelTabDisplay != null) PanelTabDisplay(sender, args);
|
||||
else MessageBox.Show("Cannot display information");
|
||||
}
|
||||
#endregion
|
||||
#region Contructor & Setup
|
||||
public DisplayTabControl()
|
||||
|
Reference in New Issue
Block a user