1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/GrapeCity-ReportLibrary

Клонировать/Скачать
ContactUs.cs 738
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
葡萄城 Отправлено 22.05.2019 12:55 40ee4ab
using GrapecityReportsLibrary.Controls;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace GrapecityReportsLibrary
{
public partial class ContactUs : Form
{
public ContactUs()
{
InitializeComponent();
}
private void linkButtonControl1_ButtonClick(object sender, EventArgs e)
{
LinkButtonControl btnUrl = sender as LinkButtonControl;
System.Diagnostics.Process.Start(btnUrl.LinkUrl);
}
private void linkButtonControl1_Load(object sender, EventArgs e)
{
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/GrapeCity-ReportLibrary.git
git@api.gitlife.ru:oschina-mirror/GrapeCity-ReportLibrary.git
oschina-mirror
GrapeCity-ReportLibrary
GrapeCity-ReportLibrary
master