Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class AllCatalog
- {
- private Dictionary<Table, SPR>;
- }
- public class Table
- {
- public string Name { get; set; }
- public string NameTable { get; set; }
- }
- public class SPR
- {
- public string Kod { get; set; }
- public string Text { get; set; }
- public override string ToString()
- {
- return Text;
- }
- }
- public class SecondSPR : SPR
- {
- public string Current { get; set; }
- public string Vid { get; set; }
- }
Add Comment
Please, Sign In to add comment