Exemplo n.º 1
0
        public AddCommand(ref Home P_Form)
        {
            Firstform = P_Form;
            InitializeComponent();

            this.comboBox1.Items.AddRange(myitems);
        }
Exemplo n.º 2
0
 public Arguments(ref Home MyForm, string Item)
 {
     InitializeComponent();
     this.Form2_4 = MyForm;
     this.Command = Item;
     VariableArgs = new List<TextBox>();
     FindCommand();
     InitializeArgs();
 }
Exemplo n.º 3
0
        public App()
        {
            InitializeComponent();

            MainPage = new Home();
        }