Exemple #1
0
        private static void FillToggl(FillArguments arguments)
        {
            var config = ConfigHelper.GetConfig(arguments.ConfigFilePath);
            var fill   = new Fill(config, arguments);

            fill.FillToggl();
        }