public Main()
        {
            InitializeComponent();

            _logger = new Logger(WriteLog);
            _drawer = new IconDrawer
            {
                BackgroundColor = Color.Transparent,
                ForegroundColor = Color.Red,
                Size            = new Size(16, 16),
                DrawingFont     = new Font(Font, FontStyle.Bold)
            };
            _rootOrganisationModel = new RootOrganisationModel();
        }
示例#2
0
 void Awake()
 {
     instance = this;
 }
示例#3
0
 void Awake()
 {
     instance = this;
 }