레이더 그래프에 5가지 상태창 추가

피봇 기능 추가
This commit is contained in:
2017-08-08 00:48:27 +09:00
parent 879b3abda4
commit 9be9aa439a
15 changed files with 766 additions and 153 deletions

View File

@@ -174,5 +174,10 @@ namespace friction
m_Owner.OnApplyData(this, m_CurSpring, strTable);
}
}
private void PanelAnalysis_Resize(object sender, EventArgs e)
{
Console.WriteLine("Panel size : {0}", this.Bounds);
}
}
}