Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
prashelke committed Aug 6, 2024
1 parent d53461e commit b5f8ed8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public partial class AccessibilityRulePage : Page
Solution mSolution;
string AppName;
private AccessibilityConfiguration mAccessibilityConfiguration;
private static ActAccessibilityTesting actAccessibilityTesting;
private static ActAccessibilityTesting actAccessibilityTesting = new ActAccessibilityTesting();
public AccessibilityRulePage()
{
InitializeComponent();
Expand Down

0 comments on commit b5f8ed8

Please sign in to comment.