BananaMpq.View.Views.MainWindow.OpenTileSelectionDialog C# (CSharp) Méthode

OpenTileSelectionDialog() public méthode

public OpenTileSelectionDialog ( ) : void
Résultat void
        public void OpenTileSelectionDialog()
        {
            _tileSelectionPresenter.ConductModal(new TileSelectionDialog { Owner = this, ShowInTaskbar = false });
        }