Rev 6 Rev 8
Line 1... Line -...
1 using System; -  
2 using System.Collections.Generic; -  
3 using System.Linq; -  
4 using System.Text; -  
5   -  
6 namespace DNS_Manager 1 namespace DNS_Manager
7 { 2 {
8     internal static class Utilities 3     internal static class Utilities
9     { 4     {
10         internal static string CapitaliseFirstLetter(this string m) 5         internal static string CapitaliseFirstLetter(this string m)
11         { 6         {