Zhimolostnova A.V. Lab work 4 #4

Merged
eegov merged 5 commits from LabRab_4 into LabRab_3 2022-10-21 09:15:50 +04:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 6ca9449eb0 - Show all commits

View File

@ -102,7 +102,7 @@
this.listBoxMaps.Name = "listBoxMaps";
this.listBoxMaps.Size = new System.Drawing.Size(170, 94);
this.listBoxMaps.TabIndex = 3;
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.listBoxMaps_SelectedIndexChanged);
this.listBoxMaps.SelectedIndexChanged += new System.EventHandler(this.ListBoxMaps_SelectedIndexChanged);
//
// ButtonAddMap
//

View File

@ -107,7 +107,6 @@ namespace Warship
private void DrawWarship(Graphics gr)
{
//todo
int width = _pictureWidth / _placeSizeWidth;
int height = _pictureHeight / _placeSizeHeight;
int i= 0;

View File

@ -1,4 +1,5 @@
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Text;