Пример #1
0
        static void Main(string[] args)
        {
            Test test = new Test();

            test.ThisIsProperty  = "TestServer";
            test.ServerIsRunning = true;
            test.ThisIsMethod(false);
        }