Exemple #1
0
 public ActionForm(MyList <string> actions)
 {
     _actions = actions;
     InitializeComponent();
 }