C# Class EventAI.Inscription

Show file Open project: Konctantin/EventAICreator Class Usage Examples

Public Methods

Method Description
ShowActionParametr ( ComboBox combobox, ComboBox cb1, ComboBox cb2, ComboBox cb3, Label l1, Label l2, Label l3 ) : void
ShowActionTyteCondition ( ComboBox combobox, ComboBox cb2, ComboBox cb3, ComboBox cb4, Label l3, Label l4 ) : void
ShowEventType ( ComboBox combobox, ComboBox cb1, ComboBox cb2, ComboBox cb3, ComboBox cb4, Label l1, Label l2, Label l3, Label l4 ) : void

Method Details

ShowActionParametr() public static method

public static ShowActionParametr ( ComboBox combobox, ComboBox cb1, ComboBox cb2, ComboBox cb3, Label l1, Label l2, Label l3 ) : void
combobox System.Windows.Forms.ComboBox
cb1 System.Windows.Forms.ComboBox
cb2 System.Windows.Forms.ComboBox
cb3 System.Windows.Forms.ComboBox
l1 System.Windows.Forms.Label
l2 System.Windows.Forms.Label
l3 System.Windows.Forms.Label
return void

ShowActionTyteCondition() public static method

public static ShowActionTyteCondition ( ComboBox combobox, ComboBox cb2, ComboBox cb3, ComboBox cb4, Label l3, Label l4 ) : void
combobox System.Windows.Forms.ComboBox
cb2 System.Windows.Forms.ComboBox
cb3 System.Windows.Forms.ComboBox
cb4 System.Windows.Forms.ComboBox
l3 System.Windows.Forms.Label
l4 System.Windows.Forms.Label
return void

ShowEventType() public static method

public static ShowEventType ( ComboBox combobox, ComboBox cb1, ComboBox cb2, ComboBox cb3, ComboBox cb4, Label l1, Label l2, Label l3, Label l4 ) : void
combobox System.Windows.Forms.ComboBox
cb1 System.Windows.Forms.ComboBox
cb2 System.Windows.Forms.ComboBox
cb3 System.Windows.Forms.ComboBox
cb4 System.Windows.Forms.ComboBox
l1 System.Windows.Forms.Label
l2 System.Windows.Forms.Label
l3 System.Windows.Forms.Label
l4 System.Windows.Forms.Label
return void