コード例 #1
0
        static void Main(string[] args)
        {
            string    text = "Example";
            printText d    = new printText(printLogo);

            d("test");
        }
コード例 #2
0
 public constructorinjection(printText p1)
 {
     this._printText = p1;
 }