Exemplo n.º 1
0
        public string Operasyon()
        {
            string result = _bilesen.Operasyon();

            result += "Yazılım Tanımlı Ağlar İle";
            return(result);
        }
Exemplo n.º 2
0
        public string Operasyon()
        {
            string result = _bilesen.Operasyon();

            result += "ve bazı robotic süreçler geliştiriyorum";
            return(result);
        }
Exemplo n.º 3
0
        public string Operasyon()
        {
            string s = bilesen.Operasyon();

            s += "ve bazı robotik süreçler geliştiriyorum.";
            return(s);
        }
Exemplo n.º 4
0
        public string Operasyon()
        {
            string s = bilesen.Operasyon();

            s += "Yazılım Tanımlı Ağlar ile";
            return(s);
        }
Exemplo n.º 5
0
        public string Operasyon()
        {
            string s = _bilesen.Operasyon();

            s += "yazılım tanımlı ağlar ile ";
            return(s);
        }
Exemplo n.º 6
0
        public string Operasyon()
        {
            string s = _bilesen.Operasyon();

            s += "ve bazı IoT süreçleri yönetiyorum.";
            return(s);
        }
Exemplo n.º 7
0
 public static void Display(string text, IBilesen bilesen)
 {
     Console.WriteLine(text + bilesen.Operasyon());
 }
Exemplo n.º 8
0
 public static void Display(string s, IBilesen c)
 {
     Console.WriteLine(s + c.Operasyon());
 }