mirror of
https://github.com/LBPUnion/UnionPatcher.git
synced 2025-08-02 06:08:39 +00:00
Use file-scoped namespaces
This commit is contained in:
parent
a90da4e7b3
commit
bccb6749d1
9 changed files with 393 additions and 393 deletions
|
@ -1,7 +1,7 @@
|
|||
namespace LBPUnion.UnionPatcher.Gui.Linux {
|
||||
public static class Program {
|
||||
public static void Main() {
|
||||
Gui.Show();
|
||||
}
|
||||
namespace LBPUnion.UnionPatcher.Gui.Linux;
|
||||
|
||||
public static class Program {
|
||||
public static void Main() {
|
||||
Gui.Show();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue