Beispiel #1
0
    public static void GetStarted()
    {
        FarmSettings.RootPath();

        CopyAddDirectoryImage();
        GetNetworkPoolInfo();


        Job.ClearJsonsDirectory();

        var timer = new System.Threading.Timer(
            e => HardwareInfoStartUp(),
            null,
            TimeSpan.Zero,
            TimeSpan.FromMinutes(5));
    }