C# Class GuiComp.Dialog

Exibir arquivo Open project: ufasoft/coin

Public Methods

Method Description
ShowDialog ( Microsoft.Win32.CommonDialog d, Window owner ) : bool
ShowDialog ( Window d, Window owner ) : bool

Method Details

ShowDialog() public static method

public static ShowDialog ( Microsoft.Win32.CommonDialog d, Window owner ) : bool
d Microsoft.Win32.CommonDialog
owner Window
return bool

ShowDialog() public static method

public static ShowDialog ( Window d, Window owner ) : bool
d Window
owner Window
return bool