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