[Templates] Replace warning ignoring with null setting

This commit is contained in:
cra0zy 2018-01-16 15:15:21 +01:00
parent 3b7350ff4b
commit 0dc47c7b91

View File

@ -6,10 +6,8 @@ namespace GtkNamespace
{
class MainWindow : Window
{
#pragma warning disable 0649
[UI] private Label _label1;
[UI] private Button _button1;
#pragma warning restore 0649
[UI] private Label _label1 = null;
[UI] private Button _button1 = null;
private int _counter;