System.Windows.Forms.FileDialogHelper.FileDialogHelper C# (CSharp) Méthode

FileDialogHelper() public méthode

public FileDialogHelper ( CommonDialog host ) : System
host CommonDialog
Résultat System
		public FileDialogHelper (CommonDialog host)
		{
			Host = host;
			this.CanChooseFiles = true;
			this.CanChooseDirectories = false;
		}
		public override void Cancel (Foundation.NSObject sender)