lantool

ein feines Tool für LANs (damals)
git clone https://git.clttr.info/lantool.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

StuffItemPair.cs (190B)


      1 using System;
      2 using System.Collections.Generic;
      3 using System.Text;
      4 
      5 namespace LanTool.Classes
      6 {
      7 	internal class StuffItemPair
      8 	{
      9 		public StuffItem Source;
     10 		public StuffItem Target;
     11 	}
     12 }