Guest User

Untitled

a guest
Jul 16th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.50 KB | None | 0 0
  1.  
  2. namespace restarter
  3. {
  4.     IConfigSource source = new IniConfigSource("config.ini");
  5.             string oneperonename, servicename, sharedmemname;
  6.              oneperonename = source.Configs["config"].Get("1P1name");
  7.                 servicename = source.Configs["config"].Get("servicename");
  8.                 sharedmemname = source.Configs["config"].Get("sharedmem");
  9.  
  10.  
  11.     public partial class Form1 : Form
  12.     {
  13.  
  14.         public Form1()
  15.         {
  16.             InitializeComponent();
  17.         }
Add Comment
Please, Sign In to add comment