25개 이상의 토픽을 선택하실 수 없습니다. 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. }