選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

18 行
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. }