Example #1
0
 protected void OnClearAuth(object sender, CommandEventArgs e)
 {
     if (TestCommon != null)
     {
         TestCommon.ClearAuthList();
     }
 }