Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.46 KB | None | 0 0
  1. licenses_12.Text = (File.Exists(Properties.Settings.Default.sa12_path)) ? File.ReadAllLines(Properties.Settings.Default.sa12_path).Length.ToString() : "0";
  2. licenses_24.Text = (File.Exists(Properties.Settings.Default.sa24_path)) ? File.ReadAllLines(Properties.Settings.Default.sa24_path).Length.ToString() : "0";
  3. licenses_36.Text = (File.Exists(Properties.Settings.Default.sa36_path)) ? File.ReadAllLines(Properties.Settings.Default.sa36_path).Length.ToString() : "0";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement