Beispiel #1
0
 public AlarmForm(string title, string content, string tonepath)
 {
     InitializeComponent();
     this.Text        = title;
     this.label1.Text = content;
     label2.Text      = title;
     Control.CheckForIllegalCrossThreadCalls = false;
     this.tonepath = tonepath;
     TimerPage.AddEffect(pictureBox1);
 }