Advertisement
D3NCE

KÜNSTLICHE INTELLIGENZ IN C# SCHREIBEN – PART 18 – ZWISCHENA

Dec 22nd, 2018
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.32 KB | None | 0 0
  1. Video URL: https://www.youtube.com/watch?v=5MKt-vaeSi8
  2.  
  3. Hier findet ihr das neue case:
  4.  
  5. case "lies mir vor":
  6. tab_control.SelectTab(tab_wiki);
  7. String zwischenablage = null;
  8. if (Clipboard.ContainsText())
  9. {
  10. zwischenablage = Clipboard.GetText();
  11. txt_info.Text = zwischenablage;
  12. s.SpeakAsync(zwischenablage);
  13. }
  14. break;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement