pry pirms 1 gada
vecāks
revīzija
b0784c0873
6 mainītis faili ar 13 papildinājumiem un 13 dzēšanām
  1. +5
    -5
      BPASmartClient.Tourism/View/ItemStorageView.xaml
  2. +1
    -1
      BPASmartClient.Tourism/View/ItemStorageView.xaml.cs
  3. +3
    -3
      BPASmartClient.Tourism/View/RecipeManageView.xaml
  4. +2
    -2
      BPASmartClient.Tourism/View/RecipeManageView.xaml.cs
  5. +1
    -1
      BPASmartClient.Tourism/ViewModel/ItemStorageViewModel.cs
  6. +1
    -1
      BPASmartClient.Tourism/ViewModel/RecipeManageViewModel.cs

BPASmartClient.Tourism/Views/ItemStorageView.xaml → BPASmartClient.Tourism/View/ItemStorageView.xaml Parādīt failu

@@ -1,12 +1,12 @@
<UserControl x:Class="BPASmartClient.TourismCollege.Views.ItemStorageView"
<UserControl x:Class="BPASmartClient.TourismCollege.View.ItemStorageView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:BPASmartClient.TourismCollege.Views"
xmlns:local="clr-namespace:BPASmartClient.TourismCollege.View"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="200" />
@@ -34,7 +34,7 @@
<!--#endregion-->
<!--#region 辅料仓 -->
<UniformGrid Columns="8" Grid.Column="1" Margin="3" Background="ForestGreen">
</UniformGrid>
<!--#endregion-->
<!--#region 原料仓 -->
@@ -51,7 +51,7 @@
</DataTemplate>
</ListView.ItemTemplate>
</ListView>
<!--#endregion-->
</Grid>
</UserControl>

BPASmartClient.Tourism/Views/ItemStorageView.xaml.cs → BPASmartClient.Tourism/View/ItemStorageView.xaml.cs Parādīt failu

@@ -13,7 +13,7 @@ using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace BPASmartClient.TourismCollege.Views
namespace BPASmartClient.TourismCollege.View
{
/// <summary>
/// ItemStorageView.xaml 的交互逻辑

BPASmartClient.Tourism/Views/RecipeManageView.xaml → BPASmartClient.Tourism/View/RecipeManageView.xaml Parādīt failu

@@ -1,9 +1,9 @@
<UserControl x:Class="BPASmartClient.TourismCollege.Views.RecipeManageView"
<UserControl x:Class="BPASmartClient.TourismCollege.View.RecipeManageView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:BPASmartClient.TourismCollege.Views"
xmlns:local="clr-namespace:BPASmartClient.TourismCollege.View"
mc:Ignorable="d"
d:DesignHeight="450" d:DesignWidth="800">
<Grid>
@@ -12,7 +12,7 @@
<RowDefinition Height="1*" />
</Grid.RowDefinitions>
<!--#region 操作栏 -->
<!--#endregion-->
</Grid>
</UserControl>

BPASmartClient.Tourism/Views/RecipeManageView.xaml.cs → BPASmartClient.Tourism/View/RecipeManageView.xaml.cs Parādīt failu

@@ -13,7 +13,7 @@ using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace BPASmartClient.TourismCollege.Views
namespace BPASmartClient.TourismCollege.View
{
/// <summary>
/// RecipeManageView.xaml 的交互逻辑
@@ -23,7 +23,7 @@ namespace BPASmartClient.TourismCollege.Views
public RecipeManageView()
{
InitializeComponent();
}
}
}

BPASmartClient.Tourism/Viewmodels/ItemStorageViewModel.cs → BPASmartClient.Tourism/ViewModel/ItemStorageViewModel.cs Parādīt failu

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace BPASmartClient.TourismCollege.Viewmodels
namespace BPASmartClient.TourismCollege.ViewModel
{
internal class ItemStorageViewModel
{

BPASmartClient.Tourism/Viewmodels/RecipeManageViewModel.cs → BPASmartClient.Tourism/ViewModel/RecipeManageViewModel.cs Parādīt failu

@@ -4,7 +4,7 @@ using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace BPASmartClient.TourismCollege.ViewModels
namespace BPASmartClient.TourismCollege.ViewModel
{
public class RecipeManageViewModel
{

Notiek ielāde…
Atcelt
Saglabāt