C# Class EventAI.Inscription

Afficher le fichier Open project: Konctantin/EventAICreator Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void

ShowActionTyteCondition() public static méthode

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
Résultat void

ShowEventType() public static méthode

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
Résultat void