Exemple #1
0
 private void mnu沉稳雅灰_Click(object sender, EventArgs e)
 {
     this.style = VistaCalendarStyle.Gray;
     this.Invalidate();
 }
Exemple #2
0
 private void mnu榛情咖啡_Click(object sender, EventArgs e)
 {
     this.style = VistaCalendarStyle.Brown;
     this.Invalidate();
 }
Exemple #3
0
 private void mnu时尚晶红_Click(object sender, EventArgs e)
 {
     this.style = VistaCalendarStyle.Red;
     this.Invalidate();
 }
Exemple #4
0
 private void mnu烟熏黛紫_Click(object sender, EventArgs e)
 {
     this.style = VistaCalendarStyle.Purple;
     this.Invalidate();
 }
Exemple #5
0
 private void mnu蔚然天蓝_Click(object sender, EventArgs e)
 {
     this.style = VistaCalendarStyle.Default;
     this.Invalidate();
 }
Exemple #6
0
 private void mnu炫菲橘黄_Click(object sender, EventArgs e)
 {
     this.style = VistaCalendarStyle.Orange;
     this.Invalidate();
 }