예제 #1
0
        protected void CreateNewCustomer()
        {
            CustomerModel     newCustomerModel = CustomerModel.CreateNewCustomer();
            CustomerViewModel workspace        = new CustomerViewModel();

            this.Workspaces.Add(workspace);
            this.SetActiveWorkspace(workspace);
        }