2024-09-11 12:05:11 +02:00
|
|
|
<ResourceDictionary
|
|
|
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
|
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
2024-09-18 15:44:35 +02:00
|
|
|
xmlns:control="clr-namespace:BeWo.View.Controls"
|
2024-09-11 12:05:11 +02:00
|
|
|
xmlns:conv="clr-namespace:BeWo.Converter"
|
|
|
|
|
xmlns:dx="http://schemas.devexpress.com/winfx/2008/xaml/core"
|
|
|
|
|
xmlns:dxe="http://schemas.devexpress.com/winfx/2008/xaml/editors"
|
|
|
|
|
xmlns:dxei="http://schemas.devexpress.com/winfx/2008/xaml/editors/internal"
|
|
|
|
|
xmlns:dxet="http://schemas.devexpress.com/winfx/2008/xaml/editors/themekeys"
|
|
|
|
|
xmlns:dxmvvm="http://schemas.devexpress.com/winfx/2008/xaml/mvvm"
|
2024-09-23 11:23:02 +02:00
|
|
|
xmlns:uc="clr-namespace:BeWo.Controls;assembly=BeWo.Controls" />
|