XCom.Interfaces.Base.SetMapEventArgs.SetMapEventArgs C# (CSharp) Method

SetMapEventArgs() public method

public SetMapEventArgs ( IMap_Base map ) : System
map IMap_Base
return System
		public SetMapEventArgs(IMap_Base map)
        {
            this.map = map;
        }
SetMapEventArgs