TraktPlugin.ConfigConnector.GetWindowId C# (CSharp) Méthode

GetWindowId() public méthode

Gets the Window id accociated with the plugin
public GetWindowId ( ) : int
Résultat int
        public int GetWindowId()
        {
            return (int)TraktGUIWindows.Main;
        }