8 lines
181 B
C#
8 lines
181 B
C#
namespace DanieleMarotta.RiversongCodeShowcase
|
|
{
|
|
public static class AppLinks
|
|
{
|
|
public const string DemoFeedbackUrl = "https://forms.gle/vA5owahuh8AUMbf87";
|
|
}
|
|
}
|