C# Class MGDF.GamesManager.Model.Helpers.InstalledProgramsHelper

Mostra file Open project: mrsharpoblunto/MGDF

Public Methods

Method Description
AddToInstalledPrograms ( Game game ) : void
RemoveFromInstalledPrograms ( string uid ) : void

Method Details

AddToInstalledPrograms() public static method

public static AddToInstalledPrograms ( Game game ) : void
game MGDF.GamesManager.Model.Entities.Game
return void

RemoveFromInstalledPrograms() public static method

public static RemoveFromInstalledPrograms ( string uid ) : void
uid string
return void