Advertisement
itkariera

Untitled

Oct 20th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. using CryptoMiningSystem.Entities.Components.VideoCards;
  2. using System.Collections.Generic;
  3.  
  4. namespace CryptoMiningSystem.Factories
  5. {
  6. public class VideoCardFactory
  7. {
  8. public static VideoCard CreateVideoCard(List<string> args)
  9. {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement