Beispiel #1
0
        internal static void _about_()
        {
            aboutForm _aboutForm = Application.OpenForms.OfType <aboutForm>().FirstOrDefault <aboutForm>();

            _aboutForm.Text            = "About";
            _aboutForm.lblCMDLine.Text = "CommandLine Arguments";
            _aboutForm.linkLabel1.Text = "Icon and Logo author info";
        }
Beispiel #2
0
        internal static void _about_()
        {
            aboutForm _aboutForm = Application.OpenForms.OfType <aboutForm>().FirstOrDefault <aboutForm>();

            _aboutForm.Text            = "Hakkında";
            _aboutForm.lblCMDLine.Text = "Komut Satırı Argümanları";
            _aboutForm.linkLabel1.Text = "Icon and Logo yazar bilgisi";
        }