mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Use compiled bindings.
This commit is contained in:
@@ -41,6 +41,7 @@
|
||||
mc:Ignorable="d"
|
||||
d:DesignWidth="800"
|
||||
d:DesignHeight="450"
|
||||
x:DataType="tabs:AtaInfoViewModel"
|
||||
x:Class="Aaru.Gui.Views.Tabs.AtaInfo">
|
||||
<Design.DataContext>
|
||||
<tabs:AtaInfoViewModel />
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
mc:Ignorable="d"
|
||||
d:DesignWidth="800"
|
||||
d:DesignHeight="450"
|
||||
x:DataType="tabs:BlurayInfoViewModel"
|
||||
x:Class="Aaru.Gui.Views.Tabs.BlurayInfo">
|
||||
<Design.DataContext>
|
||||
<tabs:BlurayInfoViewModel />
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
mc:Ignorable="d"
|
||||
d:DesignWidth="800"
|
||||
d:DesignHeight="450"
|
||||
x:DataType="tabs:CompactDiscInfoViewModel"
|
||||
x:Class="Aaru.Gui.Views.Tabs.CompactDiscInfo">
|
||||
<Design.DataContext>
|
||||
<tabs:CompactDiscInfoViewModel />
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
mc:Ignorable="d"
|
||||
d:DesignWidth="800"
|
||||
d:DesignHeight="450"
|
||||
x:DataType="tabs:DvdInfoViewModel"
|
||||
x:Class="Aaru.Gui.Views.Tabs.DvdInfo">
|
||||
<Design.DataContext>
|
||||
<tabs:DvdInfoViewModel />
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
mc:Ignorable="d"
|
||||
d:DesignWidth="800"
|
||||
d:DesignHeight="450"
|
||||
x:DataType="tabs:DvdWritableInfoViewModel"
|
||||
x:Class="Aaru.Gui.Views.Tabs.DvdWritableInfo">
|
||||
<Design.DataContext>
|
||||
<tabs:DvdWritableInfoViewModel />
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
mc:Ignorable="d"
|
||||
d:DesignWidth="800"
|
||||
d:DesignHeight="450"
|
||||
x:DataType="tabs:PcmciaInfoViewModel"
|
||||
x:Class="Aaru.Gui.Views.Tabs.PcmciaInfo">
|
||||
<Design.DataContext>
|
||||
<tabs:PcmciaInfoViewModel />
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
mc:Ignorable="d"
|
||||
d:DesignWidth="800"
|
||||
d:DesignHeight="450"
|
||||
x:DataType="tabs:ScsiInfoViewModel"
|
||||
x:Class="Aaru.Gui.Views.Tabs.ScsiInfo">
|
||||
<Design.DataContext>
|
||||
<tabs:ScsiInfoViewModel />
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
mc:Ignorable="d"
|
||||
d:DesignWidth="800"
|
||||
d:DesignHeight="450"
|
||||
x:DataType="tabs:SdMmcInfoViewModel"
|
||||
x:Class="Aaru.Gui.Views.Tabs.SdMmcInfo">
|
||||
<Design.DataContext>
|
||||
<tabs:SdMmcInfoViewModel />
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
mc:Ignorable="d"
|
||||
d:DesignWidth="800"
|
||||
d:DesignHeight="450"
|
||||
x:DataType="tabs:XboxInfoViewModel"
|
||||
x:Class="Aaru.Gui.Views.Tabs.XboxInfo">
|
||||
<Design.DataContext>
|
||||
<tabs:XboxInfoViewModel />
|
||||
|
||||
Reference in New Issue
Block a user