예제 #1
0
        private void Init()
        {
            string path = System.Reflection.Assembly.GetExecutingAssembly().Location;

            m = new Maneuver(System.IO.Path.GetDirectoryName(path) + @"\Setting.xml");

            SysCaller.Init();
            SysCaller.SetManeuver(m);

            StatusLabel.Text = @"フック ( 未 )";
        }
예제 #2
0
 public static void SetManeuver(Maneuver arg)
 {
     m = arg;
     m.SetSendDelegate(Send);
 }