static void setHelloWorldYazdirHelloWorldVertical() { class_Fabric fabric = new class_Fabric(); IPrint print = fabric; for (int i = 3; i < 8; i++) { print.printVertical_Harfler("hello world", i, "hello world".ToUpper()); } }
static void setHelloWorldYazdirC() { class_Fabric fabric = new class_Fabric(); IPrint print = fabric; for (int i = 3; i < 8; i++) { print.printHorizontal("hello world", i, 'C'); } }