public ButtonEntry(Options11_ButtonBar parent, int Order, int Index, PluginInformation PluginInfo = null) { this.parent = parent; this.Order = Order; this.Index = Index; this.PluginInfo = PluginInfo; }