C# Класс ServiceInsight.Framework.UI.ScreenManager.FileDialogResult

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FileDialogResult ( bool result ) : System.Collections.Generic
FileDialogResult ( bool result, IEnumerable fileNames ) : System.Collections.Generic

Описание методов

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

public FileDialogResult ( bool result ) : System.Collections.Generic
result bool
Результат System.Collections.Generic

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

public FileDialogResult ( bool result, IEnumerable fileNames ) : System.Collections.Generic
result bool
fileNames IEnumerable
Результат System.Collections.Generic