Class: System::Windows::Markup::XamlReader

Inherits:
Object
  • Object
show all
Defined in:
lib/ironnails/core_ext/system/windows/markup/xaml_reader.rb

Class Method Summary collapse

Class Method Details

.load_from_path(path) ⇒ Object



3
4
5
# File 'lib/ironnails/core_ext/system/windows/markup/xaml_reader.rb', line 3

def self.load_from_path(path)
  self.load XmlReader.create(path)
end