Класс:
using System;
using System.Drawing;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using Microsoft.VisualBasic.CompilerServices;
namespace WindowsFormsApplication1
{
public class LayeredForm
{
public LayeredForm()
{
this.mMovable =...