AdvancedLauncher.UI.Pages.Community.Community C# (CSharp) Method

Community() public method

public Community ( ) : System
return System
        public Community()
        {
            Proxy = new WebProviderEventAccessor(this);
            InitializeComponent();
            GuildInfoModel = new GuildInfoViewModel(LanguageManager);
            GuildInfo.DataContext = GuildInfoModel;
        }