コード例 #1
0
 protected void OnClearCredentials(object sender, CommandEventArgs e)
 {
     if (TestCommon != null)
     {
         TestCommon.ClearAllUserCredentials();
     }
 }