Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Revert one change
Browse files Browse the repository at this point in the history
  • Loading branch information
StrangeRanger committed Mar 10, 2024
1 parent ef92969 commit e27d4f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ActiveDirectoryQuerier/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
<Window x:Class="ActiveDirectoryQuerier.MainWindow"
<Window x:Class="ActiveDirectoryQuerier.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:activeDirectoryQuerier="clr-namespace:ActiveDirectoryQuerier"
mc:Ignorable="d"
Title="Active Directory Querier" Height="720" Width="1280">
<Window.DataContext>
<activeDirectoryQuerier:MainWindowViewModel />
</Window.DataContext>
<Grid>
<!-- Define Columns. -->
<!--<Grid.ColumnDefinitions><ColumnDefinition Width="119*"/><ColumnDefinition Width="681*"/></Grid.ColumnDefinitions>-->
Expand Down

0 comments on commit e27d4f1

Please # to comment.