예제 #1
0
파일: FormGuiIII.cs 프로젝트: TimTAU/cSharp
        public FormGuiIII()
        {
            InitializeComponent();

            tttGame = new TTTGame(this);
            FormMain_SizeChanged(this, null);
        }
예제 #2
0
 public TTTComponent(TTTGame Game)
 {
     tttGame = Game;
 }
예제 #3
0
 public TTTView(TTTGame Game) : base(Game)
 {
 }
예제 #4
0
 public TTTControl(TTTGame Game) : base(Game)
 {
 }
예제 #5
0
 public TTTModel(TTTGame Game) : base(Game)
 {
 }