CalDavSynchronizer.Ui.Options.SelectOptionsDisplayTypeForm.SelectOptionsDisplayTypeForm C# (CSharp) Метод

SelectOptionsDisplayTypeForm() публичный Метод

public SelectOptionsDisplayTypeForm ( ) : System
Результат System
    public SelectOptionsDisplayTypeForm ()
    {
      InitializeComponent();
      _logoGooglePictureBox.Image = Properties.Resources.logo_google;
      _logoFruuxPictureBox.Image = Properties.Resources.logo_fruux;
      _logoPosteoPictureBox.Image = Properties.Resources.logo_posteo;
      _logoYandexPictureBox.Image = Properties.Resources.logo_yandex;
      _logoGmxCalendarPictureBox.Image = Properties.Resources.logo_gmx;
      _logoSarenetPictureBox.Image = Properties.Resources.logo_sarenet;
      _logoLandmarksPictureBox.Image = Properties.Resources.logo_landmarks;
      _logoSogoPictureBox.Image = Properties.Resources.logo_sogo;
      _logoCozyPictureBox.Image = Properties.Resources.logo_cozy;
      _logoNextCloudPictureBox.Image = Properties.Resources.logo_nextcloud;
    }