You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

18 lines
278 B

  1. namespace Services
  2. {
  3. public static class Texts
  4. {
  5. public static string ProjectName = "SensoFarm";
  6. public static string OkButton => "OK";
  7. public static string NoButton => "No";
  8. public static string YesButton => "Yes";
  9. }
  10. }