mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
parent
c116ea24a2
commit
91e35826f0
2 changed files with 0 additions and 17 deletions
|
|
@ -1,9 +0,0 @@
|
|||
<Window
|
||||
x:Class="namespace Flow.Launcher.Plugin.Explorer.Views.RenameFile"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
Title="Rename A file" Height="350" Width="525">
|
||||
<Grid>
|
||||
<Button Content="Open Window" Click="ButtonClicked" Height="25" HorizontalAlignment="Left" Margin="379,264,0,0" Name="button1" VerticalAlignment="Top" Width="100" />
|
||||
</Grid>
|
||||
</Window>
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
using System;
|
||||
|
||||
namespace Flow.Launcher.Plugin.Explorer.Views;
|
||||
|
||||
public partial class RenameFile
|
||||
{
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue