コード例 #1
0
ファイル: Form1.cs プロジェクト: borigandi/Gadyushnik
 public Form1()
 {
     InitializeComponent();
     RamInfo       = new RAMInfo(this);
     ProcessKiller = new ProcessKiller();
     LaunchHelper.AddAllProcessToComboBox(this);
     IsLoop = false;
 }
コード例 #2
0
ファイル: Form1.cs プロジェクト: borigandi/Gadyushnik
 private void RefreshProcessesList_Button_Click(object sender, EventArgs e)
 {
     LaunchHelper.AddAllProcessToComboBox(this);
 }