BoringHeroes.ScreenReader.OnScreenHero.OnScreenHero C# (CSharp) Метод

OnScreenHero() публичный Метод

public OnScreenHero ( System position, int matchesCount ) : System
position System
matchesCount int
Результат System
            public OnScreenHero(System.Drawing.Point position, int matchesCount)
            {
                Position = position;
                MatchesCount = matchesCount;
            }
ScreenReader.OnScreenHero