ESRI.ArcGIS.Client.Toolkit.SignInDialog.SignInDialog C# (CSharp) Méthode

SignInDialog() public méthode

Initializes a new instance of the SignInDialog control.
public SignInDialog ( ) : System
Résultat System
		public SignInDialog()
		{
#if SILVERLIGHT
			DefaultStyleKey = typeof(SignInDialog);
#endif
			GenerateCredentialCommand = new GenerateCredentialCommandImpl(this);
			CancelCommand = new CancelCommandImpl(this);
			DataContext = this;
		}