コード例 #1
0
        private void OnOnStartupComplete()
        {
            // Load config file
            _wakaTimeConfigFile = new ConfigFile();
            GetSettings();

            // Prompt for api key if not already set
            if (string.IsNullOrEmpty(ApiKey))
                PromptApiKey();
        }