コード例 #1
0
ファイル: inkommandeLeverans.cs プロジェクト: zonken20/KOD
        private void LäggTillMängdButton_Click(object sender, EventArgs e)
        {
            // Hänvisar till Klassen antalForm för att kunna öka antalet på en komponent.
            antalForm antalForm = new antalForm(leveransDataGridView, "h18edgbo_KomponentLager");

            antalForm.Show();
        }
コード例 #2
0
        private void läggTillButton_Click(object sender, EventArgs e)
        {
            antalForm antalForm = new antalForm(monteradeProdukterDataGridView, "h18edgbo_ProduktLager");

            antalForm.ShowDialog();
        }