Финальный вариант 4 лабораторной
This commit is contained in:
parent
332cf2b91e
commit
6ca9449eb0
@ -102,7 +102,7 @@
|
|||||||
this.listBoxMaps.Name = "listBoxMaps";
|
this.listBoxMaps.Name = "listBoxMaps";
|
||||||
this.listBoxMaps.Size = new System.Drawing.Size(170, 94);
|
this.listBoxMaps.Size = new System.Drawing.Size(170, 94);
|
||||||
this.listBoxMaps.TabIndex = 3;
|
this.listBoxMaps.TabIndex = 3;
|
||||||
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.listBoxMaps_SelectedIndexChanged);
|
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.ListBoxMaps_SelectedIndexChanged);
|
||||||
//
|
//
|
||||||
// ButtonAddMap
|
// ButtonAddMap
|
||||||
//
|
//
|
||||||
|
@ -107,7 +107,6 @@ namespace Warship
|
|||||||
|
|
||||||
private void DrawWarship(Graphics gr)
|
private void DrawWarship(Graphics gr)
|
||||||
{
|
{
|
||||||
//todo
|
|
||||||
int width = _pictureWidth / _placeSizeWidth;
|
int width = _pictureWidth / _placeSizeWidth;
|
||||||
int height = _pictureHeight / _placeSizeHeight;
|
int height = _pictureHeight / _placeSizeHeight;
|
||||||
int i= 0;
|
int i= 0;
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
|
using System.Collections;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
|
Loading…
Reference in New Issue
Block a user