XapEditor.Xap.Xap C# (CSharp) Method

Xap() public method

public Xap ( string file ) : System
file string
return System
        public Xap(string file)
        {
            Source = file;
        }