mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-08 08:09:32 -04:00
9 lines
235 B
C#
9 lines
235 B
C#
namespace Duplicati.GUI.TrayIcon.Net8
|
|
{
|
|
// Wrapper class to keep code independent
|
|
public static class Program
|
|
{
|
|
public static int Main(string[] args)
|
|
=> Duplicati.GUI.TrayIcon.Program.Main(args);
|
|
}
|
|
} |