!B (Sandbox) (CE-21795) Importing models with multisubmaterials via fbx switches...
[CRYENGINE.git] / Code / Tools / Statoscope / Statoscope / ConnectionErrorDialog.cs
blob162a5dd4459265ddb669f3e5c0ca3f83b808ac80
1 // Copyright 2001-2019 Crytek GmbH / Crytek Group. All rights reserved.
3 using System;
4 using System.Collections.Generic;
5 using System.ComponentModel;
6 using System.Data;
7 using System.Drawing;
8 using System.Linq;
9 using System.Text;
10 using System.Windows.Forms;
12 namespace Statoscope
14 partial class ConnectionErrorDialog : Form
16 public ConnectionErrorDialog()
18 InitializeComponent();
21 private void okButton_Click(object sender, EventArgs e)
23 Close();