Exemple #1
0
        static void Main(string[] args)
        {
            Program obj = new Program();

            //obj.pattern1(5);
            obj.pattern3(7);
            telephone telephoneObj = new telephone();

            telephoneObj.answer();
            telephone.HangUp();
            string a = "aaa";
            string b = a.stringConCatHelperMethod("bbb");

            Console.WriteLine(a.stringConCatHelperMethod("bbb"));
            CustomStringAttribute cus = new CustomStringAttribute();

            obj.attri(cus);
        }
Exemple #2
0
 public void attri(CustomStringAttribute cs)
 {
 }