10 lines
435 B
Plaintext
10 lines
435 B
Plaintext
|
|
<base:BaseView x:Class="PowerAndBattery.PowerAndBatteryView"
|
||
|
|
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:base="clr-namespace:DTS.Common.Base;assembly=DTS.Common">
|
||
|
|
<Grid>
|
||
|
|
|
||
|
|
</Grid>
|
||
|
|
</base:BaseView>
|