// Token: 0x06001B19 RID: 6937 RVA: 0x00052150 File Offset: 0x00050350
 private void CreateWayPointsMenuItem_Click(object sender, EventArgs e)
 {
     using (Class499 @class = new Class499(this))
     {
         using (WayPointEditor wayPointEditor = new WayPointEditor(true))
         {
             @class.method_0(wayPointEditor);
             wayPointEditor.ShowDialog();
         }
     }
 }