VAGSuite.MapViewerEx.GraphSelectionChangedEventArgs.GraphSelectionChangedEventArgs C# (CSharp) 메소드

GraphSelectionChangedEventArgs() 공개 메소드

public GraphSelectionChangedEventArgs ( int tabpageindex, string mapname ) : System
tabpageindex int
mapname string
리턴 System
            public GraphSelectionChangedEventArgs(int tabpageindex, string mapname)
            {
                this._tabpageindex = tabpageindex;
                this._mapname = mapname;
            }
MapViewerEx.GraphSelectionChangedEventArgs