├── README.md ├── WCFClient.sln └── WCFClient ├── 7f623ee3f773bc93bc8422d3f1af9cd0aa441be0.jpg ├── App.config ├── EnterCommands.Designer.cs ├── EnterCommands.cs ├── EnterCommands.resx ├── Form1.Designer.cs ├── Form1.cs ├── Form1.resx ├── Form2.Designer.cs ├── Form2.cs ├── Form2.resx ├── Llibrary ├── Newtonsoft.Json.dll ├── Newtonsoft.Json.pdb └── Newtonsoft.Json.xml ├── Login.Designer.cs ├── Login.cs ├── Login.resx ├── MoreReg.Designer.cs ├── MoreReg.cs ├── MoreReg.resx ├── Program.cs ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── SetGames.Designer.cs ├── SetGames.cs ├── SetGames.resx └── WCFClient.csproj /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/README.md -------------------------------------------------------------------------------- /WCFClient.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient.sln -------------------------------------------------------------------------------- /WCFClient/7f623ee3f773bc93bc8422d3f1af9cd0aa441be0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/7f623ee3f773bc93bc8422d3f1af9cd0aa441be0.jpg -------------------------------------------------------------------------------- /WCFClient/App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/App.config -------------------------------------------------------------------------------- /WCFClient/EnterCommands.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/EnterCommands.Designer.cs -------------------------------------------------------------------------------- /WCFClient/EnterCommands.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/EnterCommands.cs -------------------------------------------------------------------------------- /WCFClient/EnterCommands.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/EnterCommands.resx -------------------------------------------------------------------------------- /WCFClient/Form1.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Form1.Designer.cs -------------------------------------------------------------------------------- /WCFClient/Form1.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Form1.cs -------------------------------------------------------------------------------- /WCFClient/Form1.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Form1.resx -------------------------------------------------------------------------------- /WCFClient/Form2.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Form2.Designer.cs -------------------------------------------------------------------------------- /WCFClient/Form2.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Form2.cs -------------------------------------------------------------------------------- /WCFClient/Form2.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Form2.resx -------------------------------------------------------------------------------- /WCFClient/Llibrary/Newtonsoft.Json.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Llibrary/Newtonsoft.Json.dll -------------------------------------------------------------------------------- /WCFClient/Llibrary/Newtonsoft.Json.pdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Llibrary/Newtonsoft.Json.pdb -------------------------------------------------------------------------------- /WCFClient/Llibrary/Newtonsoft.Json.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Llibrary/Newtonsoft.Json.xml -------------------------------------------------------------------------------- /WCFClient/Login.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Login.Designer.cs -------------------------------------------------------------------------------- /WCFClient/Login.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Login.cs -------------------------------------------------------------------------------- /WCFClient/Login.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Login.resx -------------------------------------------------------------------------------- /WCFClient/MoreReg.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/MoreReg.Designer.cs -------------------------------------------------------------------------------- /WCFClient/MoreReg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/MoreReg.cs -------------------------------------------------------------------------------- /WCFClient/MoreReg.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/MoreReg.resx -------------------------------------------------------------------------------- /WCFClient/Program.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Program.cs -------------------------------------------------------------------------------- /WCFClient/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /WCFClient/Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /WCFClient/Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Properties/Resources.resx -------------------------------------------------------------------------------- /WCFClient/Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /WCFClient/Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/Properties/Settings.settings -------------------------------------------------------------------------------- /WCFClient/SetGames.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/SetGames.Designer.cs -------------------------------------------------------------------------------- /WCFClient/SetGames.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/SetGames.cs -------------------------------------------------------------------------------- /WCFClient/SetGames.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/SetGames.resx -------------------------------------------------------------------------------- /WCFClient/WCFClient.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/knva/SteamASF-WCFClient/HEAD/WCFClient/WCFClient.csproj --------------------------------------------------------------------------------