Ejemplo n.º 1
0
        public ClientsSearchWindow(Frame frame, ClientsView clientsV)
        {
            InitializeComponent();
            this.Frame    = frame;
            this.ClientsV = clientsV;

            this.Loaded += SearchPage_Loaded;
        }
 public AddClientWindow(Frame frame, ClientsView clientsView)
 {
     InitializeComponent();
     this.Frame    = frame;
     this.clientsV = clientsView;
 }