class Fzeet::ShellFileSaveDialog

Public Class Methods

new(opts = {}) { |self| ... } click to toggle source
Calls superclass method
# File lib/fzeet/windows/comdlg/ShellFileDialog.rb, line 98
def initialize(opts = {})
        super()

        begin
                yield self
        ensure
                Release()
        end if block_given?
end