예제 #1
0
파일: status.xaml.cs 프로젝트: taksun/WPF
        public status(Zamowienie _z)
        {
            z = _z;
            old = z.getStatus;
            InitializeComponent();

            cbStatus.ItemsSource = statusy;
        }
예제 #2
0
파일: dane.xaml.cs 프로젝트: taksun/WPF
 public dane(Zamowienie _z)
 {
     z = _z;
     InitializeComponent();
 }
예제 #3
0
파일: MyDB.cs 프로젝트: taksun/WPF
 public void RemoveZamowienie(Zamowienie z)
 {
     list.Remove(z);
 }