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 Shadowsocks.View { public partial class StatisticsStrategyOptionsForm: Form { private static readonly int emSize = 8; public StatisticsStrategyOptionsForm() { InitializeComponent(); } private void chart1_Click(object sender, EventArgs e) { } private void StatisticsChart_Click(object sender, EventArgs e) { } private void splitContainer1_Panel1_Paint(object sender, PaintEventArgs e) { } private void label1_Click(object sender, EventArgs e) { } private void label5_Click(object sender, EventArgs e) { } private void StatisticsStrategyOptionsForm_Load(object sender, EventArgs e) { } private void label3_Click(object sender, EventArgs e) { } } }