готова
This commit is contained in:
parent
19122ab559
commit
44e1174c90
@ -12,11 +12,20 @@ namespace Seaplane
|
||||
{
|
||||
public partial class FormSeaplane : Form
|
||||
{
|
||||
/// <summary>
|
||||
/// Поле объект для прорисовки объекта
|
||||
/// </summary>
|
||||
private DrawingSeaplane? _drawningSeaplane;
|
||||
/// <summary>
|
||||
/// конструктор формы
|
||||
/// </summary>
|
||||
public FormSeaplane()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
/// <summary>
|
||||
/// Метод прорисовки транспорта
|
||||
/// </summary>
|
||||
private void Draw()
|
||||
{
|
||||
if (_drawningSeaplane == null)
|
||||
|
Loading…
Reference in New Issue
Block a user