Exemple #1
0
        private static void PromptApiKey()
        {
            Logger.Info("Please input your api key into the wakatime window.");
            var form = new Forms.ApiKeyForm();

            form.ShowDialog();
        }
 private static void PromptApiKey()
 {
     var form = new ApiKeyForm();
     form.ShowDialog();
 }
 internal static void PromptApiKey()
 {
     var form = new ApiKeyForm();
     form.ShowDialog();
 }
 private static void PromptApiKey()
 {
     Logger.Info("Please input your api key into the wakatime window.");
     var form = new ApiKeyForm();
     form.ShowDialog();
 }