Test

@*Vedere link https://www.dallaskostna.ca/2021/03/13/scalable-vector-graphics-svg-and-blazor/ *@ @code { string testclass1 = "regionnotclicked"; string testclass2 = "regionnotclicked"; string testclass3 = "regionnotclicked"; private void test1() { testclass1 = "regionclicked"; } private void test2() { testclass2 = "regionclicked"; } private void test3() { testclass3 = "regionclicked"; } }