StonehearthEditor.ManifestView.NewAliasCallback.NewAliasCallback C# (CSharp) Method

NewAliasCallback() public method

public NewAliasCallback ( ManifestView owner, Module module, string filePath ) : System
owner ManifestView
module Module
filePath string
return System
            public NewAliasCallback(ManifestView owner, Module module, string filePath)
            {
                mOwner = owner;
                mModule = module;
                mFilePath = filePath;
            }
ManifestView.NewAliasCallback