You've already forked IPyConsole
mirror of
https://github.com/izzy2lost/IPyConsole.git
synced 2026-03-10 11:52:51 -07:00
12 lines
527 B
XML
12 lines
527 B
XML
<UserControl x:Class="ControlLib.RightBar.RightBar"
|
|
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:ControlLib.RightBar"
|
|
mc:Ignorable="d">
|
|
<Canvas>
|
|
<Label>right bar</Label>
|
|
</Canvas>
|
|
</UserControl>
|