Example #1
0
        public static void Main(string[] args)
        {
            var networkingTests = new NetworkingTests();

            networkingTests.SynchronisedClassCanChangeAuthority();
        }
Example #2
0
 public static void Main(string[] args)
 {
     var networkingTests = new NetworkingTests();
     networkingTests.SynchronisedClassCanChangeAuthority();
 }