mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 21:57:47 +00:00
Change top-level namespace from 'Thread' to 'ot'. (#1664)
This commit is contained in:
@@ -26,10 +26,10 @@
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
-->
|
||||
<UserControl
|
||||
x:Class="Thread.ServerControl"
|
||||
x:Class="ot.ServerControl"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:local="using:Thread"
|
||||
xmlns:local="using:ot"
|
||||
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
mc:Ignorable="d">
|
||||
|
||||
Reference in New Issue
Block a user