예제 #1
0
 public APlayer(IPlayerName passedName)
 {
     this.name = passedName;
 }
예제 #2
0
        public Form4(IPlayerName p)
        {
            InitializeComponent();

            playername = p;
        }
예제 #3
0
 public Form2(IPlayerName p) // get link over constructor
 {
     InitializeComponent();
     playername = p;
 }
예제 #4
0
 public APlayer(IPlayerName passedName)
 {
     this.name = passedName;
 }