コード例 #1
0
ファイル: Produk.xaml.cs プロジェクト: reyukowpf/alpha
        private void Edit_Click(object sender, RoutedEventArgs e)
        {
            this.isEdit = true;
            NewProduk v = new NewProduk(this);

            Switcher.Switchproduk(v);
        }
コード例 #2
0
 public StockReceivedName(NewProduk newproduk)
 {
     InitializeComponent();
     this.newproduk = newproduk;
     this.Init();
 }