Namespace Renames

This commit is contained in:
2025-11-28 13:15:38 +01:00
parent 33029ed3eb
commit a8f490b6aa
34 changed files with 34 additions and 106 deletions

View File

@@ -13,7 +13,6 @@ using BeWo.Core;
using BeWo.ServiceProxy; using BeWo.ServiceProxy;
using BeWo.Validation; using BeWo.Validation;
using BeWo.View; using BeWo.View;
using BeWo.View.Controls;
using BeWo.ViewModel; using BeWo.ViewModel;
using BeWo.ViewModel.ListViewModel; using BeWo.ViewModel.ListViewModel;

View File

@@ -136,16 +136,13 @@
<Compile Include="ViewModel\View\Dialogs\BaseDialogViewModel.cs" /> <Compile Include="ViewModel\View\Dialogs\BaseDialogViewModel.cs" />
<Compile Include="ViewModel\View\Dialogs\GkvAbrechnungDialogViewModel.cs" /> <Compile Include="ViewModel\View\Dialogs\GkvAbrechnungDialogViewModel.cs" />
<Compile Include="ViewModel\View\WindowViewModel.cs" /> <Compile Include="ViewModel\View\WindowViewModel.cs" />
<Compile Include="View\Controls\AiPromptbausteinDetailView.xaml.cs"> <Compile Include="View\Detail\AI\AiPromptbausteinDetailView.xaml.cs">
<DependentUpon>AiPromptbausteinDetailView.xaml</DependentUpon> <DependentUpon>AiPromptbausteinDetailView.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="View\Core\WaitLayer3.xaml.cs"> <Compile Include="View\Core\WaitLayer3.xaml.cs">
<DependentUpon>WaitLayer3.xaml</DependentUpon> <DependentUpon>WaitLayer3.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="View\Detail\Administration\AiPromptbausteinEditDialog.xaml.cs"> <Compile Include="View\Detail\AI\AiPromptbausteinTreeView.xaml.cs">
<DependentUpon>AiPromptbausteinEditDialog.xaml</DependentUpon>
</Compile>
<Compile Include="View\Detail\Administration\AiPromptbausteinTreeView.xaml.cs">
<DependentUpon>AiPromptbausteinTreeView.xaml</DependentUpon> <DependentUpon>AiPromptbausteinTreeView.xaml</DependentUpon>
</Compile> </Compile>
<Compile Include="ViewModel\StoredFileVM.cs" /> <Compile Include="ViewModel\StoredFileVM.cs" />
@@ -201,7 +198,7 @@
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</Page> </Page>
<Page Include="View\Controls\AiPromptbausteinDetailView.xaml"> <Page Include="View\Detail\AI\AiPromptbausteinDetailView.xaml">
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</Page> </Page>
@@ -209,11 +206,7 @@
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</Page> </Page>
<Page Include="View\Detail\Administration\AiPromptbausteinEditDialog.xaml"> <Page Include="View\Detail\AI\AiPromptbausteinTreeView.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
<Page Include="View\Detail\Administration\AiPromptbausteinTreeView.xaml">
<SubType>Designer</SubType> <SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</Page> </Page>

View File

@@ -17,7 +17,6 @@ using BeWo.Core;
using BeWo.Core.Service; using BeWo.Core.Service;
using BeWo.ViewModel; using BeWo.ViewModel;
using BeWo.ServiceProxy; using BeWo.ServiceProxy;
using BeWo.View.Detail;
using BS.Shared.Extensions; using BS.Shared.Extensions;
using BS.Shared; using BS.Shared;
using BS.Shared.Core; using BS.Shared.Core;

View File

@@ -27,7 +27,6 @@ using System.Windows.Media.Imaging;
using BeWo.Controls; using BeWo.Controls;
using BeWo.Core; using BeWo.Core;
using BeWo.Core.Service; using BeWo.Core.Service;
using BeWo.View.Detail;
using BeWo.ViewModel.ListViewModel; using BeWo.ViewModel.ListViewModel;
using BS.Shared; using BS.Shared;
using BS.Shared.Core; using BS.Shared.Core;

View File

@@ -1,5 +1,4 @@
using BeWo.View.Detail.AI; using BeWo.View.Windows;
using BeWo.View.Windows;
using BeWo.ViewModel.View.AI; using BeWo.ViewModel.View.AI;
using BeWo.ViewModel; using BeWo.ViewModel;
using BeWo.ViewModel.Light; using BeWo.ViewModel.Light;

View File

@@ -1,5 +1,4 @@
using BeWo.View.Controls; using BeWo.View;
using BeWo.View;
using BeWo.View.Detail.AI; using BeWo.View.Detail.AI;
using BeWo.View.Windows; using BeWo.View.Windows;
using BeWo.ViewModel; using BeWo.ViewModel;

View File

@@ -4,8 +4,6 @@ using System.Windows;
using System.Windows.Controls; using System.Windows.Controls;
using System.Windows.Input; using System.Windows.Input;
using System.Windows.Media; using System.Windows.Media;
using BeWo.View.Detail;
using BeWo.View.Detail.Report;
using BeWo.ViewModel; using BeWo.ViewModel;
using BS.Shared.DataContracts; using BS.Shared.DataContracts;

View File

@@ -4,8 +4,6 @@ using System.Windows;
using System.Windows.Controls; using System.Windows.Controls;
using System.Windows.Input; using System.Windows.Input;
using System.Windows.Media; using System.Windows.Media;
using BeWo.View.Detail;
using BeWo.View.Detail.Report;
using BeWo.ViewModel; using BeWo.ViewModel;
using BS.Shared.DataContracts; using BS.Shared.DataContracts;

View File

@@ -4,8 +4,6 @@ using System.Windows;
using System.Windows.Controls; using System.Windows.Controls;
using System.Windows.Input; using System.Windows.Input;
using System.Windows.Media; using System.Windows.Media;
using BeWo.View.Detail;
using BeWo.View.Detail.Report;
using BeWo.ViewModel; using BeWo.ViewModel;
using BS.Shared.DataContracts; using BS.Shared.DataContracts;

View File

@@ -4,8 +4,6 @@ using System.Windows;
using System.Windows.Controls; using System.Windows.Controls;
using System.Windows.Input; using System.Windows.Input;
using System.Windows.Media; using System.Windows.Media;
using BeWo.View.Detail;
using BeWo.View.Detail.Report;
using BeWo.ViewModel; using BeWo.ViewModel;
namespace BeWo.View.Controls namespace BeWo.View.Controls

View File

@@ -6,8 +6,6 @@ using System.Windows;
using System.Windows.Controls; using System.Windows.Controls;
using System.Windows.Input; using System.Windows.Input;
using System.Windows.Media; using System.Windows.Media;
using BeWo.View.Detail;
using BeWo.View.Detail.Report;
using BeWo.ViewModel; using BeWo.ViewModel;
namespace BeWo.View.Controls namespace BeWo.View.Controls

View File

@@ -1,12 +1,11 @@
<UserControl <UserControl
x:Class="BeWo.View.Controls.AiPromptbausteinDetailView" x:Class="BeWo.View.Detail.AI.AiPromptbausteinDetailView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:comboboxes="clr-namespace:BeWo.View.Controls.ComboBoxes" xmlns:comboboxes="clr-namespace:BeWo.View.Controls.ComboBoxes"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors" xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid" xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid"
xmlns:local="clr-namespace:BeWo.View.Controls"
xmlns:markup="clr-namespace:BeWo.MultiLanguage.Markup" xmlns:markup="clr-namespace:BeWo.MultiLanguage.Markup"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:viewmodel="clr-namespace:BeWo.ViewModel.View.Administration" xmlns:viewmodel="clr-namespace:BeWo.ViewModel.View.Administration"

View File

@@ -15,7 +15,7 @@ using System.Windows.Media.Imaging;
using System.Windows.Navigation; using System.Windows.Navigation;
using System.Windows.Shapes; using System.Windows.Shapes;
namespace BeWo.View.Controls namespace BeWo.View.Detail.AI
{ {
/// <summary> /// <summary>
/// Interaktionslogik für AiPromptbausteinDetailControl.xaml /// Interaktionslogik für AiPromptbausteinDetailControl.xaml

View File

@@ -1,10 +1,10 @@
<view:BeWoView <view:BeWoView
x:Class="BeWo.View.Detail.Administration.AiPromptbausteinTreeView" x:Class="BeWo.View.Detail.AI.AiPromptbausteinTreeView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:administration="clr-namespace:BeWo.ViewModel.View.Administration" xmlns:administration="clr-namespace:BeWo.ViewModel.View.Administration"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:BeWo.View.Detail.Administration" xmlns:local1="clr-namespace:BeWo.View.Detail.AI"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:view="clr-namespace:BeWo.View" xmlns:view="clr-namespace:BeWo.View"
xmlns:vm="clr-namespace:BeWo.ViewModel" xmlns:vm="clr-namespace:BeWo.ViewModel"
@@ -18,7 +18,7 @@
<ResourceDictionary.MergedDictionaries> <ResourceDictionary.MergedDictionaries>
<ResourceDictionary Source="..\..\..\Styles\ModernOrangeBlack.xaml" /> <ResourceDictionary Source="..\..\..\Styles\ModernOrangeBlack.xaml" />
</ResourceDictionary.MergedDictionaries> </ResourceDictionary.MergedDictionaries>
<local:BoolToFontWeightConverter x:Key="BoolToFontWeightConverter" /> <local1:BoolToFontWeightConverter x:Key="BoolToFontWeightConverter" />
</ResourceDictionary> </ResourceDictionary>
</view:BeWoView.Resources> </view:BeWoView.Resources>
<GroupBox Style="{StaticResource ObjectEditGroupBox}"> <GroupBox Style="{StaticResource ObjectEditGroupBox}">
@@ -55,8 +55,14 @@
ToolTip="Wenn der Bearbeiten Modus aktiviert ist, können Sie Elemente mit Drag und Drop verschieben" ToolTip="Wenn der Bearbeiten Modus aktiviert ist, können Sie Elemente mit Drag und Drop verschieben"
Visibility="Visible" /> Visibility="Visible" />
<Button Style="{StaticResource ButtonPreviousStyle}" ToolTip="Letzte Änderung rückgängig machen" Visibility="Collapsed"/> <Button
<Button Style="{StaticResource ButtonRedoStyle}" ToolTip="Nächste Änderung wiederholen" Visibility="Collapsed"/> Style="{StaticResource ButtonPreviousStyle}"
ToolTip="Letzte Änderung rückgängig machen"
Visibility="Collapsed" />
<Button
Style="{StaticResource ButtonRedoStyle}"
ToolTip="Nächste Änderung wiederholen"
Visibility="Collapsed" />
</StackPanel> </StackPanel>
<GroupBox <GroupBox
@@ -66,16 +72,16 @@
<TreeView <TreeView
x:Name="treeView" x:Name="treeView"
MinHeight="100" MinHeight="100"
AllowDrop="True"
Padding="3,20,3,3" Padding="3,20,3,3"
AllowDrop="True"
ContextMenuService.IsEnabled="{Binding IsChecked, ElementName=EditToggleButton}" ContextMenuService.IsEnabled="{Binding IsChecked, ElementName=EditToggleButton}"
ItemContainerStyle="{DynamicResource igoal_treeitemstyle}" ItemContainerStyle="{DynamicResource igoal_treeitemstyle}"
ItemTemplate="{DynamicResource igoal_treeitemtemplate}" ItemTemplate="{DynamicResource igoal_treeitemtemplate}"
TreeViewItem.Selected="treeView_Selected"
ItemsSource="{Binding ListVM.VMList, UpdateSourceTrigger=PropertyChanged}" ItemsSource="{Binding ListVM.VMList, UpdateSourceTrigger=PropertyChanged}"
PreviewMouseRightButtonDown="OnPreviewMouseRightButtonDown"
PreviewMouseDown="Grid_PreviewMouseDown" PreviewMouseDown="Grid_PreviewMouseDown"
SelectedItemChanged="treeView_SelectedItemChanged"> PreviewMouseRightButtonDown="OnPreviewMouseRightButtonDown"
SelectedItemChanged="treeView_SelectedItemChanged"
TreeViewItem.Selected="treeView_Selected">
<TreeView.Resources> <TreeView.Resources>
<Style x:Key="igoal_treeitemstyle" TargetType="TreeViewItem"> <Style x:Key="igoal_treeitemstyle" TargetType="TreeViewItem">
<Setter Property="IsExpanded" Value="{Binding IsExpanded, Mode=TwoWay}" /> <Setter Property="IsExpanded" Value="{Binding IsExpanded, Mode=TwoWay}" />
@@ -91,7 +97,7 @@
x:Key="igoal_treeitemtemplate" x:Key="igoal_treeitemtemplate"
DataType="{x:Type vm:AiPromptbausteinTreeVM}" DataType="{x:Type vm:AiPromptbausteinTreeVM}"
ItemsSource="{Binding Path=Children.VMList}"> ItemsSource="{Binding Path=Children.VMList}">
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch"> <Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
<Grid.ColumnDefinitions> <Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" /> <ColumnDefinition Width="Auto" />
<ColumnDefinition Width="*" /> <ColumnDefinition Width="*" />

View File

@@ -17,7 +17,7 @@ using System.Windows.Media.Imaging;
using System.Windows.Navigation; using System.Windows.Navigation;
using System.Windows.Shapes; using System.Windows.Shapes;
namespace BeWo.View.Detail.Administration namespace BeWo.View.Detail.AI
{ {
/// <summary> /// <summary>
/// Interaktionslogik für AiPromptbausteinTreeView.xaml /// Interaktionslogik für AiPromptbausteinTreeView.xaml

View File

@@ -1,8 +1,8 @@
<view:BeWoView <view:BeWoView
x:Class="BeWo.View.Detail.AiPromptbausteinView" x:Class="BeWo.View.Detail.AI.AiPromptbausteinView"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:detail="clr-namespace:BeWo.View.Detail" xmlns:detail1="clr-namespace:BeWo.View.Detail.AI"
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core" xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors" xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid" xmlns:dxg="http://schemas.devexpress.com/winfx/2008/xaml/grid"
@@ -13,8 +13,8 @@
VerticalAlignment="Stretch" VerticalAlignment="Stretch"
Focusable="True"> Focusable="True">
<view:BeWoView.Resources> <view:BeWoView.Resources>
<detail:IsOnlyForEmployeeRightsConverter2 x:Key="IsOnlyForEmployeeRightsConverter2" /> <detail1:IsOnlyForEmployeeRightsConverter2 x:Key="IsOnlyForEmployeeRightsConverter2" />
<detail:AiPromptbausteinEditConverter x:Key="AiPromptbausteinEditConverter" /> <detail1:AiPromptbausteinEditConverter x:Key="AiPromptbausteinEditConverter" />
</view:BeWoView.Resources> </view:BeWoView.Resources>
<GroupBox <GroupBox
Name="root" Name="root"

View File

@@ -17,7 +17,7 @@ using BS.Shared.Translation;
using DevExpress.Xpf.Editors; using DevExpress.Xpf.Editors;
using DevExpress.Xpf.Grid; using DevExpress.Xpf.Grid;
namespace BeWo.View.Detail namespace BeWo.View.Detail.AI
{ {
public partial class AiPromptbausteinView public partial class AiPromptbausteinView
{ {

View File

@@ -12,7 +12,6 @@ using System.Windows.Navigation;
using System.Windows.Threading; using System.Windows.Threading;
using BeWo.Core; using BeWo.Core;
using BeWo.ServiceProxy; using BeWo.ServiceProxy;
using BeWo.View.Controls;
using BeWo.View.Windows; using BeWo.View.Windows;
using BeWo.ViewModel; using BeWo.ViewModel;
using BeWo.ViewModel.ListViewModel; using BeWo.ViewModel.ListViewModel;

View File

@@ -28,7 +28,6 @@ using BeWo.Core.Service;
using BeWo.ViewModel.ListViewModel; using BeWo.ViewModel.ListViewModel;
using System.Collections.ObjectModel; using System.Collections.ObjectModel;
using BeWo; using BeWo;
using BeWo.View.Detail;
namespace BeWo.View.Detail namespace BeWo.View.Detail

View File

@@ -1,12 +0,0 @@
<UserControl
x:Class="BeWo.View.Detail.Administration.AiPromptbausteinEditDialog"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:BeWo.View.Detail.Administration"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
d:DesignHeight="450"
d:DesignWidth="800"
mc:Ignorable="d">
<Grid />
</UserControl>

View File

@@ -1,28 +0,0 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
namespace BeWo.View.Detail.Administration
{
/// <summary>
/// Interaktionslogik für AiPromptbausteinEditDialog.xaml
/// </summary>
public partial class AiPromptbausteinEditDialog : UserControl
{
public AiPromptbausteinEditDialog()
{
InitializeComponent();
}
}
}

View File

@@ -19,7 +19,6 @@ using DevExpress.Mvvm.Native;
using DevExpress.Xpf.Grid; using DevExpress.Xpf.Grid;
using DevExpress.Xpf.Scheduler.UI; using DevExpress.Xpf.Scheduler.UI;
using DevExpress.XtraExport.Xls; using DevExpress.XtraExport.Xls;
using static BeWo.View.Detail.Report.FlexibleReportView;
namespace BeWo.View.Detail namespace BeWo.View.Detail
{ {

View File

@@ -21,7 +21,6 @@ using DevExpress.Mvvm.Native;
using DevExpress.Xpf.Grid; using DevExpress.Xpf.Grid;
using DevExpress.Xpf.Scheduler.UI; using DevExpress.Xpf.Scheduler.UI;
using DevExpress.XtraExport.Xls; using DevExpress.XtraExport.Xls;
using static BeWo.View.Detail.Report.FlexibleReportView;
namespace BeWo.View.Detail.Report namespace BeWo.View.Detail.Report
{ {

View File

@@ -11,7 +11,6 @@ using BeWo.Core;
using BeWo.Core.Service; using BeWo.Core.Service;
using BeWo.ServiceProxy; using BeWo.ServiceProxy;
using BeWo.Validation; using BeWo.Validation;
using BeWo.View.Detail.Wohneinheit;
using BeWo.ViewModel; using BeWo.ViewModel;
using BeWo.ViewModel.ListViewModel; using BeWo.ViewModel.ListViewModel;
using BS.Shared; using BS.Shared;

View File

@@ -52,7 +52,6 @@ using VerticalAlignment = System.Windows.VerticalAlignment;
using DependencyObject = System.Windows.DependencyObject; using DependencyObject = System.Windows.DependencyObject;
using BeWo.AI.View; using BeWo.AI.View;
using BeWo.AI; using BeWo.AI;
using BeWo.View.Detail.AI;
using BeWo.View.Windows; using BeWo.View.Windows;
using BeWo.Core.Commands; using BeWo.Core.Commands;
using BeWo.ViewModel.View.AI; using BeWo.ViewModel.View.AI;

View File

@@ -12,7 +12,6 @@ using BeWo.Annotations;
using BeWo.Core; using BeWo.Core;
using BeWo.ServiceProxy; using BeWo.ServiceProxy;
using BeWo.Validation; using BeWo.Validation;
using BeWo.View.Controls;
using BeWo.ViewModel; using BeWo.ViewModel;
using BeWo.ViewModel.ListViewModel; using BeWo.ViewModel.ListViewModel;

View File

@@ -569,10 +569,10 @@ namespace BeWo.View.Master
return; return;
case nameof(TabitemAiPromptbausteine): case nameof(TabitemAiPromptbausteine):
VMFactory.CreateAiPromptbausteinListAsync( VMFactory.CreateAiPromptbausteinListAsync(
r => this.Dispatch(() => AddView(TabitemAiPromptbausteine, new AiPromptbausteinView(r)))); r => this.Dispatch(() => AddView(TabitemAiPromptbausteine, new Detail.AI.AiPromptbausteinView(r))));
return; return;
case nameof(TabitemAiPromptbausteineTree): case nameof(TabitemAiPromptbausteineTree):
AddView(TabitemAiPromptbausteineTree, new AiPromptbausteinTreeView()); AddView(TabitemAiPromptbausteineTree, new Detail.AI.AiPromptbausteinTreeView());
return; return;
} }

View File

@@ -26,7 +26,6 @@ using Microsoft.Win32;
using BeWo.AI; using BeWo.AI;
using BeWo.View.Document; using BeWo.View.Document;
using DevExpress.Mvvm; using DevExpress.Mvvm;
using BeWo.View.Detail.AI;
using System; using System;
using BeWo.View.Windows; using BeWo.View.Windows;
using System.Collections; using System.Collections;

View File

@@ -15,7 +15,6 @@ using BeWo.Core;
using System.Windows.Documents; using System.Windows.Documents;
using BeWo.Core.Service; using BeWo.Core.Service;
using System.Windows.Threading; using System.Windows.Threading;
using BeWo.View.Detail;
using BeWo.View.Master; using BeWo.View.Master;
using BeWo.View.Report.FLSReport; using BeWo.View.Report.FLSReport;
using BS.Shared.DataContracts.Compact; using BS.Shared.DataContracts.Compact;

View File

@@ -16,7 +16,6 @@ using BeWo.Core;
using System.Windows.Documents; using System.Windows.Documents;
using BeWo.Core.Service; using BeWo.Core.Service;
using System.Windows.Threading; using System.Windows.Threading;
using BeWo.View.Detail;
using BeWo.View.Master; using BeWo.View.Master;
using BeWo.View.Report.FLSReport; using BeWo.View.Report.FLSReport;
using BS.Shared.DataContracts.Compact; using BS.Shared.DataContracts.Compact;

View File

@@ -10,7 +10,6 @@ using System.Windows.Media.Imaging;
using BS.Shared; using BS.Shared;
using BS.Shared.Core; using BS.Shared.Core;
using BS.Shared.Extensions; using BS.Shared.Extensions;
using BeWo.View.Detail;
using BeWo.View.Navigation.Sorter; using BeWo.View.Navigation.Sorter;
using BS.Shared.DataContracts.Compact; using BS.Shared.DataContracts.Compact;
using BeWo.ServiceProxy; using BeWo.ServiceProxy;

View File

@@ -1,7 +1,4 @@
using BeWo.View.Controls; using BeWo.ViewModel;
using BeWo.View.Detail;
using BeWo.View.Detail.AI;
using BeWo.ViewModel;
using BeWo.ViewModel.Light; using BeWo.ViewModel.Light;
using BS.Shared.Extensions; using BS.Shared.Extensions;
using System; using System;

View File

@@ -25,7 +25,6 @@ using BeWo.Core.Service;
using BeWo.PasswortSecurity; using BeWo.PasswortSecurity;
using BeWo.ViewModel; using BeWo.ViewModel;
using BeWo.ServiceProxy; using BeWo.ServiceProxy;
using BeWo.View.Detail;
using BS.Shared.Extensions; using BS.Shared.Extensions;
using BS.Shared; using BS.Shared;
using BS.Shared.Core; using BS.Shared.Core;

View File

@@ -3,7 +3,7 @@
<PropertyGroup> <PropertyGroup>
<NameOfLastUsedPublishProfile>C:\Projects\Bewo\BeWo - Main\Host\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile> <NameOfLastUsedPublishProfile>C:\Projects\Bewo\BeWo - Main\Host\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
<UseIISExpress>true</UseIISExpress> <UseIISExpress>true</UseIISExpress>
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig> <LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
<Use64BitIISExpress> <Use64BitIISExpress>
</Use64BitIISExpress> </Use64BitIISExpress>
<IISExpressSSLPort /> <IISExpressSSLPort />