Beispiel #1
0
 public myButtonsAccessor()
 {
     this.BrandButton        = new ButtonAccessor();
     this.CategoryButton     = new ButtonAccessor();
     this.CarButton          = new ButtonAccessor();
     this.SellerButton       = new ButtonAccessor();
     this.ClientButton       = new ButtonAccessor();
     this.OrderButton        = new ButtonAccessor();
     this.OrderAdvanceButton = new ButtonAccessor();
     this.GoBackButton       = new ButtonAccessor();
 }
Beispiel #2
0
 public BrandDeleteAccessor()
 {
     this.Brand  = new Brand();
     this.Button = new ButtonAccessor();
 }
Beispiel #3
0
 public SellerEditAccessor()
 {
     this.Seller = new Seller();
     this.Button = new ButtonAccessor();
 }
 public SellerDeleteAccessor()
 {
     this.Seller = new Seller();
     this.Button = new ButtonAccessor();
 }
Beispiel #5
0
 public LoginAccessor()
 {
     this.Seller  = new Seller();
     this.Sellers = new ObservableCollection <Seller>();
     this.Button  = new ButtonAccessor();
 }
Beispiel #6
0
 public ClientEditAccessor()
 {
     this.Client = new Client();
     this.Button = new ButtonAccessor();
 }
 public CategoryEditAccessor()
 {
     this.Category = new Category();
     this.Button   = new ButtonAccessor();
 }
 public ClientDeleteAccessor()
 {
     this.Client = new Client();
     this.Button = new ButtonAccessor();
 }
Beispiel #9
0
 public OrderDeleteAccessor()
 {
     this.Order  = new Order();
     this.Button = new ButtonAccessor();
 }
Beispiel #10
0
 public RoleEditAccessor()
 {
     this.Role   = new Role();
     this.Button = new ButtonAccessor();
 }
Beispiel #11
0
 public SelectClientOrderListsAccessor()
 {
     this.Clients  = new ObservableCollection <Client>();
     this.ListView = new ListViewAccessor <Client>();
     this.Button   = new ButtonAccessor();
 }
Beispiel #12
0
 public OrderEditAccessor()
 {
     this.Order  = new Order();
     this.Button = new ButtonAccessor();
 }
Beispiel #13
0
 public CarDeleteAccessor()
 {
     this.Car    = new Car();
     this.Button = new ButtonAccessor();
 }
Beispiel #14
0
 public BrandEditAccessor()
 {
     this.Brand  = new Brand();
     this.Button = new ButtonAccessor();
 }
Beispiel #15
0
 public CarEditAccessor()
 {
     this.Car    = new Car();
     this.Button = new ButtonAccessor();
 }
Beispiel #16
0
 public CategoryDeleteAccessor()
 {
     this.Category = new Category();
     this.Button   = new ButtonAccessor();
 }