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