Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

Constants.cs 397 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  1. namespace TestBot
  2. {
  3. public static class Constants
  4. {
  5. public const string LastJsonKey = "LastJson";
  6. public const string LastCSharpKey = "LastCSharp";
  7. public const string LastNodeJsKey = "LastNodeJs";
  8. public const string JsonTrigger = "JSON";
  9. public const string CSharpTrigger = "C#";
  10. public const string NodeJsTrigger = "NODE";
  11. }
  12. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...