// Windows 窗体设计器支持所必需的
//
InitializeComponent();
this.notifyIcon1.Icon = new System.Drawing.Icon("dog.ico");
this.notifyIcon1.Visible = false;
MyPlayer = new Player(axWindowsMediaPlayer1);
this.Load();
//
// TODO: 在 InitializeComponent 调用后添加任何构造函数代码