Beispiel #1
0
        public ChatPanel()
        {
            AddTab("Default");
            AddTab("Game-Chat");
            AddTab("Hemmd");

            ChatLog                         = new UIVirtualFrame();
            ChatLog.ElementType             = UIElementType.None;
            ChatLog.ContentView.ElementType = UIElementType.Window;
            AddSubview(ChatLog);
        }
        public ChatPanel()
        {
            AddTab("Default");
            AddTab("Game-Chat");
            AddTab("Hemmd");

            ChatLog = new UIVirtualFrame();
            ChatLog.ElementType = UIElementType.None;
            ChatLog.ContentView.ElementType = UIElementType.Window;
            AddSubview(ChatLog);
        }