コード例 #1
0
 public ShelvesLeft(int num, ShelvesFront bF, SelecGameSuper select)
 {
     this.selectSuper = select;
     InitializeComponent();
     this.bF = bF;
     //this.cesta.createBasket(num);
 }
コード例 #2
0
ファイル: ShoppingList.xaml.cs プロジェクト: Dsalce/TFG
        private void acceptEvent(object sender, RoutedEventArgs e)
        {
            this.sensorChooser.Stop();
            ShelvesFront book = new ShelvesFront(num, this.selectSuper, this.control);

            this.Close();
            book.Show();
        }