C# Class ICSharpCode.WpfDesign.Designer.Controls.WindowCloneExtension

Inheritance: ICSharpCode.WpfDesign.Extensions.CustomInstanceFactory
ファイルを表示 Open project: icsharpcode/WpfDesigner

Public Methods

Method Description
CreateInstance ( Type type ) : object

Used to create instances of WindowClone.

Method Details

CreateInstance() public method

Used to create instances of WindowClone.
public CreateInstance ( Type type ) : object
type System.Type
return object