예제 #1
0
 void scSettings_GetSupportedCredentialIdentifierTypes(object sender, EventArgs e)
 {
     try
     {
         _controller.QueryCredentialIdentifierTypes();
     }
     catch (System.Exception ex)
     {
         ShowError(ex.Message);
     }
 }