Skip to content

Commit

Permalink
Merge pull request #15 from pieckenst/pwa
Browse files Browse the repository at this point in the history
return fancy placeholder window
  • Loading branch information
pieckenst authored Oct 13, 2022
2 parents bf03bb9 + 6fee602 commit c832d6a
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 1 deletion.
Binary file not shown.
Binary file modified .vs/handlerlaunch/v17/.suo
Binary file not shown.
5 changes: 4 additions & 1 deletion handlerlaunch/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ static void Main(string[] args)
{
spellbornsupporter splbornobj = new spellbornsupporter();
splbornobj.startupRoutine();

Window1 windower = new Window1();
windower.Show();
Thread.Sleep(10000);
windower.Close();
}

}
Expand Down
Binary file modified handlerlaunch/bin/Release/net6.0-windows/WMconsole.dll
Binary file not shown.
Binary file modified handlerlaunch/bin/Release/net6.0-windows/WMconsole.pdb
Binary file not shown.
Binary file modified handlerlaunch/obj/Release/net6.0-windows/WMconsole.dll
Binary file not shown.
Binary file modified handlerlaunch/obj/Release/net6.0-windows/WMconsole.pdb
Binary file not shown.

0 comments on commit c832d6a

Please sign in to comment.