ESRI.ArcGIS.Client.Toolkit.SignInDialog.SignInDialog C# (CSharp) Метод

SignInDialog() публичный Метод

Initializes a new instance of the SignInDialog control.
public SignInDialog ( ) : System
Результат System
		public SignInDialog()
		{
#if SILVERLIGHT
			DefaultStyleKey = typeof(SignInDialog);
#endif
			GenerateCredentialCommand = new GenerateCredentialCommandImpl(this);
			CancelCommand = new CancelCommandImpl(this);
			DataContext = this;
		}